@@ -21,8 +21,8 @@ If any of the PR checks fails, try to
21
21
` npm run fix:all ` locally.
22
22
23
23
You can also add the comment ` /fix:all ` to your PR. This will trigger the
24
- OpenTelemetry Bot run that command on your behalf and update the PR. Make sure
25
- that you pull those changes locally.
24
+ OpenTelemetry Bot to run that command on your behalf and update the PR. Make
25
+ sure that you pull those changes locally.
26
26
27
27
Only if your issues persist, read below what the different checks do and how you
28
28
can recover from a failed state.
@@ -62,7 +62,7 @@ issues. Run `npm run check:text` again and manually fix the remaining issues.
62
62
This check verifies that
63
63
[ standards and consistency for Markdown files are enforced] ( ../style-guide/#markdown-standards ) .
64
64
65
- If any issues are found, run ` npm run:format ` to fix most issues. For more
65
+ If any issues are found, run ` npm run fix :format ` to fix most issues. For more
66
66
complex issues, run ` npm run check:markdown ` and apply the suggested changes.
67
67
68
68
### ` SPELLING check ` {.notranslate lang=en}
@@ -82,16 +82,16 @@ new commit.
82
82
This check verifies that all
83
83
[ files are formatted by prettier] ( ../style-guide/#file-format ) .
84
84
85
- If this check fails, run ` npm fix:format ` locally and push the changes in a new
86
- commit.
85
+ If this check fails, run ` npm run fix:format ` locally and push the changes in a
86
+ new commit.
87
87
88
88
### ` FILE FORMAT ` {.notranslate lang=en}
89
89
90
90
This check verifies that all
91
91
[ file names are in kebab-case] ( ../style-guide/#file-names ) .
92
92
93
- If this check fails, run ` npm fix:filenames ` locally and push the changes in a
94
- new commit.
93
+ If this check fails, run ` npm run fix:filenames ` locally and push the changes in
94
+ a new commit.
95
95
96
96
### ` BUILD and CHECK LINKS ` {.notranslate lang=en}
97
97
0 commit comments