Skip to content

Commit

Permalink
docs: typo (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliarena committed Jun 29, 2022
1 parent edbf907 commit 1bbe5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ When you use `test` in the top level of file, they are collected as part of the

- **Type:** `(count: number) => void`

After the test has passed or failed verifies that curtain number of assertions was called during a test. Useful case would be to check if an asynchronous code was called.
After the test has passed or failed verifies that certain number of assertions was called during a test. Useful case would be to check if an asynchronous code was called.

For examples, if we have a function than asynchronously calls two matchers, we can assert that they were actually called.

Expand Down

0 comments on commit 1bbe5b9

Please sign in to comment.