docs: fixes typo on variable name (#1810)

This commit is contained in:
Alex S 2023-05-17 13:11:58 +02:00 committed by GitHub
parent 614bf5fbbb
commit 56ab6db790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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