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 authored Nov 23, 2017
commit 079d7367fdab63ce790b7590a0280d781c0f689a
4 changes: 2 additions & 2 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ Name of the temp directory used by tests.
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 _The Countdown will fail the test if its callback
is not executed_.
requests). Note that _the Countdown will fail the test if the remainder
not reach 0_.

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