From 7fa2d7be176369f4a0847741a7df88d20f2e2152 Mon Sep 17 00:00:00 2001 From: Lee James <40045512+leehagoodjames@users.noreply.github.com> Date: Tue, 5 Aug 2025 23:21:36 -0400 Subject: [PATCH] doc(lint): fix docs on how to run linter in "fix" mode (#5647) --- docs/integration-tests.md | 4 ++-- 1 file 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