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