summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-07-14 06:39:59 -0700
committerRich Trott <rtrott@gmail.com>2021-07-16 10:36:30 -0700
commit7dbc0f74d011739db0165b81cc2ac78b36c3d100 (patch)
treee6dc2d166a76cbabefd6f1d53b0eb453552f517b /BUILDING.md
parent575266ac1b34cee97ce6d1be7ea771067d0b61f8 (diff)
downloadnode-new-7dbc0f74d011739db0165b81cc2ac78b36c3d100.tar.gz
doc: standardize on _pull request_
Sometimes we capitalize _pull request_ and sometimes we don't. Standardize on lowercase based on Microsoft Style Guide, Chicago Manual of Style, and GitHub's own docs and UI. Refs: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests Refs: https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request Refs: https://docs.microsoft.com/en-us/style-guide/capitalization PR-URL: https://github.com/nodejs/node/pull/39384 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index d8041d684d..d8e6e71586 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -305,7 +305,7 @@ $ make test-only
At this point, you are ready to make code changes and re-run the tests.
-If you are running tests before submitting a Pull Request, the recommended
+If you are running tests before submitting a pull request, the recommended
command is:
```console