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
Update README.md
  • Loading branch information
Bamieh authored Nov 23, 2017
commit d624399423fb103b4fa75c1f37b94ae5c4f018bf
2 changes: 1 addition & 1 deletion test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,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