Skip to content

Commit

Permalink
docs: fix typo (#5005)
Browse files Browse the repository at this point in the history
  • Loading branch information
gBasil authored Jan 19, 2024
1 parent a4ae574 commit f74583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/testing-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ assertType<string>(answr) //

## Run Typechecking

Since Vitest 1.0, to enabled typechecking, just add [`--typecheck`](/config/#typecheck) flag to your Vitest command in `package.json`:
Since Vitest 1.0, to enable typechecking, just add [`--typecheck`](/config/#typecheck) flag to your Vitest command in `package.json`:

```json
{
Expand Down

0 comments on commit f74583f

Please sign in to comment.