Commit 9ba98f4 1 parent ea3b23c commit 9ba98f4 Copy full SHA for 9ba98f4
File tree 1 file changed +3
-3
lines changed
content/en/docs/contributing
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ more information.
43
43
## Style checks
44
44
45
45
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.
48
48
49
49
The following list describes current checks and what you can do to fix related
50
50
errors:
@@ -64,7 +64,7 @@ issues. Run `npm run check:text` again and manually fix the remaining issues.
64
64
This check verifies that
65
65
[ standards and consistency for Markdown files are enforced] ( ../style-guide/#markdown-standards ) .
66
66
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
68
68
complex issues, run ` npm run check:markdown ` and apply the suggested changes.
69
69
70
70
### SPELLING check
You can’t perform that action at this time.
0 commit comments