Skip to content

Commit

Permalink
Properly end sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Feb 7, 2023
1 parent 1353b08 commit 38593a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/07-test-timeouts.md
Expand Up @@ -18,7 +18,7 @@ npx ava --timeout=100 # 100 milliseconds

### `t.timeout(ms, message?)`

Timeouts can also be set individually for each test These timeouts are reset each time an assertion is made. The test fails if it takes more than `ms` for an assertion to be made or the test to complete.
Timeouts can also be set individually for each test. These timeouts are reset each time an assertion is made. The test fails if it takes more than `ms` for an assertion to be made or the test to complete.

```js
test('foo', t => {
Expand Down

0 comments on commit 38593a7

Please sign in to comment.