Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
Bamieh committed Feb 7, 2018
commit 6f125e19d36afda5b13c1ef516f97d7d36bd13f9
2 changes: 1 addition & 1 deletion test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ The `Countdown` module provides a simple countdown mechanism for tests that
require a particular action to be taken after a given number of completed
tasks (for instance, shutting down an HTTP server after a specific number of
requests). Note that _the Countdown will fail the test if the remainder
not reach 0_.
did not reach 0_.

<!-- eslint-disable strict, required-modules -->
```js
Expand Down