Skip to content

Commit 32c7b48

Browse files
authored
Fix a typo in CONTRIBUTING.md
"intergration" is a misspelling of "integration".
1 parent aecac72 commit 32c7b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ git rebase upstream/master
6969
Bug fixes and features should come with tests. Add your tests in the
7070
`test` directory. The general rule is, if the test does not need to send
7171
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`.
72+
in `test/integration`. Test fixtures should be placed in `test/fixtures`.
7373

7474
```bash
7575
$ npm install

0 commit comments

Comments
 (0)