Skip to content

Commit d8a434a

Browse files
authored
docs: Fix minor typos (#5427)
1 parent ffec1dc commit d8a434a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/assert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# assert
22

3-
Vitest reexports `assert` method from [`chai`](https://www.chaijs.com/api/assert/) for verifying invariants.
3+
Vitest reexports the `assert` method from [`chai`](https://www.chaijs.com/api/assert/) for verifying invariants.
44

55
## assert
66

@@ -1699,7 +1699,7 @@ test('assert.increases', () => {
16991699

17001700
- **Type:** `<T>(modifier: Function, object: T, property: string, message?: string) => void`
17011701

1702-
Asserts that a `modifier` dose not increases a numeric `object`'s `property`.
1702+
Asserts that a `modifier` does not increases a numeric `object`'s `property`.
17031703

17041704
```ts
17051705
import { assert, test } from 'vitest'

0 commit comments

Comments
 (0)