Skip to content

Commit 690a146

Browse files
committed
fix: revise an invalid npm run command
1 parent 6c357fa commit 690a146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/contributing/pr-checks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ issues. Run `npm run check:text` again and manually fix the remaining issues.
6464
This check verifies that
6565
[standards and consistency for Markdown files are enforced](../style-guide/#markdown-standards).
6666

67-
If any issues are found, run `npm:run format` to fix most issues. For more
67+
If any issues are found, run `npm run:format` to fix most issues. For more
6868
complex issues, run `npm run check:markdown` and apply the suggested changes.
6969

7070
### SPELLING check

0 commit comments

Comments
 (0)