Skip to content

Commit 9ba98f4

Browse files
authored
fix: some of invalid character and command in docs/contributing/pr-checks (#6528)
1 parent ea3b23c commit 9ba98f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ more information.
4343
## Style checks
4444

4545
To make sure that contributions follow our [style guide](../style-guide/) we
46-
have implemented a set of checks that verify style guide rules and fail l if
47-
they find any issues.
46+
have implemented a set of checks that verify style guide rules and fail if they
47+
find any issues.
4848

4949
The following list describes current checks and what you can do to fix related
5050
errors:
@@ -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)