Skip to content

Commit

Permalink
Fix a typo in the README
Browse files Browse the repository at this point in the history
"all modules" was doubled up
  • Loading branch information
blowery committed Dec 27, 2015
1 parent 1b61c0b commit b8e4002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For example:
$ tape -r ./my/local/module tests/**/*.js
```

Please note that modules that all modules loaded using the `-r` flag will run *before* any tests, regardless of when they are specified. For example, `tape -r a b -r c` will actually load `a` and `c` *before` loading `b`, since they are flagged as required modules.
Please note that all modules loaded using the `-r` flag will run *before* any tests, regardless of when they are specified. For example, `tape -r a b -r c` will actually load `a` and `c` *before` loading `b`, since they are flagged as required modules.

# things that go well with tape

Expand Down

0 comments on commit b8e4002

Please sign in to comment.