File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
122123Any documentation you write (including code comments and API documentation)
123124should follow the [ Style Guide] ( ../doc-style-guide.md ) . Code samples
@@ -137,7 +138,7 @@ added: REPLACEME
137138
138139For 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
141142C++ internals.
142143
143144### Step 4: Commit
You can’t perform that action at this time.
0 commit comments