Skip to content

Commit

Permalink
docs: fixes typo on variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bobylito authored May 17, 2023
1 parent 614bf5f commit feac7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/auto-generating-selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feac7bd

Please sign in to comment.