Skip to content

Commit b8e4002

Browse files
committed
Fix a typo in the README
"all modules" was doubled up
1 parent 1b61c0b commit b8e4002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For example:
8282
$ tape -r ./my/local/module tests/**/*.js
8383
```
8484

85-
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.
85+
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.
8686

8787
# things that go well with tape
8888

0 commit comments

Comments
 (0)