We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecac72 commit 32c7b48Copy full SHA for 32c7b48
CONTRIBUTING.md
@@ -69,7 +69,7 @@ $ git rebase upstream/master
69
Bug fixes and features should come with tests. Add your tests in the
70
`test` directory. The general rule is, if the test does not need to send
71
any requests to external servers, put it in `test/unit`. Otherwise put it
72
-in `test/intergration`. Test fixtures should be placed in `test/fixtures`.
+in `test/integration`. Test fixtures should be placed in `test/fixtures`.
73
74
```bash
75
$ npm install
0 commit comments