Skip to content

Commit 3ba502d

Browse files
authored
[docs] fix typo in error 110
1 parent 24266f8 commit 3ba502d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index/docs/50-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const state = useHookstate({ callback: () => {} })
180180
state.get({ noproxy: true }).callback() // <== OK
181181
```
182182

183-
Please, note that this error happens only when an a value has Object class name.
183+
Please, note that this error happens only when a value has Object class name.
184184
Hookstate handles correctly the cases when you call methods of instances of other classes, for example Date class.
185185

186186
## HOOKSTATE-111

0 commit comments

Comments
 (0)