Skip to content

Commit b205d78

Browse files
committed
Feedback from Tiffany
1 parent 0c2d0f6 commit b205d78

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ If any of the PR checks fails, try to
2121
`npm run fix:all` locally.
2222

2323
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.
2626

2727
Only if your issues persist, read below what the different checks do and how you
2828
can recover from a failed state.
@@ -62,7 +62,7 @@ issues. Run `npm run check:text` again and manually fix the remaining issues.
6262
This check verifies that
6363
[standards and consistency for Markdown files are enforced](../style-guide/#markdown-standards).
6464

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
6666
complex issues, run `npm run check:markdown` and apply the suggested changes.
6767

6868
### `SPELLING check` {.notranslate lang=en}
@@ -82,16 +82,16 @@ new commit.
8282
This check verifies that all
8383
[files are formatted by prettier](../style-guide/#file-format).
8484

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.
8787

8888
### `FILE FORMAT` {.notranslate lang=en}
8989

9090
This check verifies that all
9191
[file names are in kebab-case](../style-guide/#file-names).
9292

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.
9595

9696
### `BUILD and CHECK LINKS` {.notranslate lang=en}
9797

0 commit comments

Comments
 (0)