We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24266f8 commit 3ba502dCopy full SHA for 3ba502d
1 file changed
docs/index/docs/50-exceptions.md
@@ -180,7 +180,7 @@ const state = useHookstate({ callback: () => {} })
180
state.get({ noproxy: true }).callback() // <== OK
181
```
182
183
-Please, note that this error happens only when an a value has Object class name.
+Please, note that this error happens only when a value has Object class name.
184
Hookstate handles correctly the cases when you call methods of instances of other classes, for example Date class.
185
186
## HOOKSTATE-111
0 commit comments