doc(lint): fix docs on how to run linter in "fix" mode (#5647)

This commit is contained in:
Lee James 2025-08-05 23:21:36 -04:00 committed by GitHub
parent be3aabaea6
commit 7fa2d7be17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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