Skip to content

Commit

Permalink
docs: Fix minor typos (#5427)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Apr 2, 2024
1 parent ffec1dc commit d8a434a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/assert.md
@@ -1,6 +1,6 @@
# assert

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

## assert

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

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

Asserts that a `modifier` dose not increases a numeric `object`'s `property`.
Asserts that a `modifier` does not increases a numeric `object`'s `property`.

```ts
import { assert, test } from 'vitest'
Expand Down

0 comments on commit d8a434a

Please sign in to comment.