From 3b2362c7940af195d1bd17ec6b5a32e0d8806b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Fri, 8 Aug 2025 02:04:31 +0200 Subject: [PATCH] chore(docs/labrinth): fix `cargo fmt` parameter typo --- apps/docs/src/content/docs/contributing/labrinth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/content/docs/contributing/labrinth.md b/apps/docs/src/content/docs/contributing/labrinth.md index 41ab9f325..253b7af07 100644 --- a/apps/docs/src/content/docs/contributing/labrinth.md +++ b/apps/docs/src/content/docs/contributing/labrinth.md @@ -91,7 +91,7 @@ The OAuth configuration options are fairly self-explanatory. For help setting up If you're prepared to contribute by submitting a pull request, ensure you have met the following criteria: -- `cargo fmt --all-targets` has been run. +- `cargo fmt --all` has been run. - `cargo clippy --all-targets` has been run. - `cargo sqlx prepare` has been run.