summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLee James <[email protected]>2025-08-05 23:21:36 -0400
committerGitHub <[email protected]>2025-08-06 03:21:36 +0000
commit7fa2d7be176369f4a0847741a7df88d20f2e2152 (patch)
treed12577d8fb4bac063003fcc70a9413adbf17abe9 /docs
parentbe3aabaea6741091e7b2bd4a131f51148c7c2886 (diff)
doc(lint): fix docs on how to run linter in "fix" mode (#5647)
Diffstat (limited to 'docs')
-rw-r--r--docs/integration-tests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/integration-tests.md b/docs/integration-tests.md
index 53ddd155..7a4c8489 100644
--- a/docs/integration-tests.md
+++ b/docs/integration-tests.md
@@ -109,10 +109,10 @@ To check for linting errors, run the following command:
npm run lint
```
-You can include the `--fix` flag in the command to automatically fix any fixable linting errors:
+You can include the `:fix` flag in the command to automatically fix any fixable linting errors:
```bash
-npm run lint --fix
+npm run lint:fix
```
## Directory structure