Skip to content

Commit 0060979

Browse files
committed
update readme
1 parent 6f125e1 commit 0060979

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/common/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,7 @@ Synchronous version of `spawnPwd`.
380380
The `Countdown` module provides a simple countdown mechanism for tests that
381381
require a particular action to be taken after a given number of completed
382382
tasks (for instance, shutting down an HTTP server after a specific number of
383-
requests). Note that _the Countdown will fail the test if the remainder
384-
did not reach 0_.
383+
requests). The Countdown will fail the test if the remainder did not reach 0.
385384

386385
<!-- eslint-disable strict, required-modules -->
387386
```js

0 commit comments

Comments
 (0)