Skip to content

Commit f74583f

Browse files
authored
docs: fix typo (#5005)
1 parent a4ae574 commit f74583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/testing-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ assertType<string>(answr) //
111111

112112
## Run Typechecking
113113

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

116116
```json
117117
{

0 commit comments

Comments
 (0)