We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daced7 commit 1591309Copy full SHA for 1591309
doc/guides/writing-tests.md
@@ -390,7 +390,7 @@ Next add the test to the `sources` in the `cctest` target in node.gyp:
390
],
391
```
392
393
-Note that the only sources that should be included in the cctest target are
+The only sources that should be included in the cctest target are
394
actual test or helper source files. There might be a need to include specific
395
object files that are compiled by the `node` target and this can be done by
396
adding them to the `libraries` section in the cctest target.
0 commit comments