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:
116
116
* the documentation in ` doc/api `
117
117
* tests within the ` test ` directory.
118
118
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.
121
122
122
123
Any documentation you write (including code comments and API documentation)
123
124
should follow the [ Style Guide] ( ../doc-style-guide.md ) . Code samples
@@ -137,7 +138,7 @@ added: REPLACEME
137
138
138
139
For contributing C++ code, you may want to look at the
139
140
[ 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
141
142
C++ internals.
142
143
143
144
### Step 4: Commit
You can’t perform that action at this time.
0 commit comments