Skip to content

Commit ca27625

Browse files
committed
doc: remove "note that" from writing-tests.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: nodejs#28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 73d22d1 commit ca27625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Next add the test to the `sources` in the `cctest` target in node.gyp:
390390
],
391391
```
392392

393-
Note that the only sources that should be included in the cctest target are
393+
The only sources that should be included in the cctest target are
394394
actual test or helper source files. There might be a need to include specific
395395
object files that are compiled by the `node` target and this can be done by
396396
adding them to the `libraries` section in the cctest target.

0 commit comments

Comments
 (0)