Skip to content

Commit 20124cc

Browse files
TrottBethGriggs
authored andcommitted
doc: make minor edits to pull request text
PR-URL: #39383 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 11482f0 commit 20124cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/guides/contributing/pull-requests.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ repository includes changes to one or more of the following:
116116
* the documentation in `doc/api`
117117
* tests within the `test` directory.
118118

119-
If you are modifying code, please be sure to run `make lint` from time to
120-
time to ensure that the changes follow the Node.js code style guide.
119+
If you are modifying code, please be sure to run `make lint` (or
120+
`vcbuild.bat lint` on Windows) to ensure that the changes follow the Node.js
121+
code style guide.
121122

122123
Any documentation you write (including code comments and API documentation)
123124
should follow the [Style Guide](../doc-style-guide.md). Code samples
@@ -137,7 +138,7 @@ added: REPLACEME
137138

138139
For contributing C++ code, you may want to look at the
139140
[C++ Style Guide](../cpp-style-guide.md), as well as the
140-
[README of `src/`](../../../src/README.md) for an overview over Node.js
141+
[README of `src/`](../../../src/README.md) for an overview of Node.js
141142
C++ internals.
142143

143144
### Step 4: Commit

0 commit comments

Comments
 (0)