docs: fix typos (#1596)

This commit is contained in:
Paul Eboselume 2022-07-04 18:00:15 +01:00 committed by GitHub
parent 3229343289
commit 2a880781fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1330,7 +1330,7 @@ When you use `test` in the top level of file, they are collected as part of the
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.
For example, if we have a function that asynchronously calls two matchers, we can assert that they were actually called.
```ts
import { expect, test } from 'vitest'