Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: some of invalid character and command in docs/contributing/pr-checks #6528

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/docs/contributing/pr-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ more information.
## Style checks

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

The following list describes current checks and what you can do to fix related
errors:
Expand All @@ -64,7 +64,7 @@ issues. Run `npm run check:text` again and manually fix the remaining issues.
This check verifies that
[standards and consistency for Markdown files are enforced](../style-guide/#markdown-standards).

If any issues are found, run `npm:run format` to fix most issues. For more
If any issues are found, run `npm run:format` to fix most issues. For more
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, it's npm run format :)

complex issues, run `npm run check:markdown` and apply the suggested changes.

### SPELLING check
Expand Down