Skip to content

Commit 38593a7

Browse files
authored
Properly end sentence
1 parent 1353b08 commit 38593a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07-test-timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npx ava --timeout=100 # 100 milliseconds
1818

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

21-
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.
21+
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.
2222

2323
```js
2424
test('foo', t => {

0 commit comments

Comments
 (0)