Skip to content

Commit f1588ad

Browse files
committed
doc: standardize casing in doc/guides
The writing_tests.md file did not utilize snake-case as the other files in the directory did.
1 parent 330e63c commit f1588ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ $ git rebase upstream/master
150150

151151
Bug fixes and features **should come with tests**. Add your tests in the
152152
`test/parallel/` directory. For guidance on how to write a test for the Node.js
153-
project, see this [guide](./doc/guides/writing_tests.md). Looking at other tests
153+
project, see this [guide](./doc/guides/writing-tests.md). Looking at other tests
154154
to see how they should be structured can also help.
155155

156156
To run the tests on Unix / OS X:
File renamed without changes.

0 commit comments

Comments
 (0)