mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
docs: fixes typo on variable name (#1810)
This commit is contained in:
parent
614bf5fbbb
commit
56ab6db790
@ -62,7 +62,7 @@ Now the selectors are auto generated and you can access them directly:
|
||||
const bears = useBearStore.use.bears()
|
||||
|
||||
// get the action
|
||||
const increase = useBearStore.use.increment()
|
||||
const increment = useBearStore.use.increment()
|
||||
```
|
||||
|
||||
## Live Demo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user