Skip to content

Commit

Permalink
doc: standardize casing in doc/guides
Browse files Browse the repository at this point in the history
The writing_tests.md file did not utilize snake-case as the other files
in the directory did.
  • Loading branch information
captainsafia committed Dec 1, 2016
1 parent 330e63c commit f1588ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $ git rebase upstream/master

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

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

0 comments on commit f1588ad

Please sign in to comment.