Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 1020d63

Browse files
committed
fixed some typo
1 parent 84101f0 commit 1020d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/packages/core/features/state/Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Only useful if we have used the [`type`](#type) function to define the type of o
212212
:::
213213

214214
Checks if the given value has the correct type at runtime.
215-
It compares whether the value has the same type, which was previously
215+
It compares whether the value has the same type as the type, which was previously
216216
defined with help of the [`type`](#type) function.
217217
```ts {2,3}
218218
MY_STATE.type(String);

0 commit comments

Comments
 (0)