diff --git a/docs/07-test-timeouts.md b/docs/07-test-timeouts.md index aabb63c32..85dc99649 100644 --- a/docs/07-test-timeouts.md +++ b/docs/07-test-timeouts.md @@ -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 => {