Skip to content

Commit

Permalink
docs: capitalize first word in subtitle (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaficnajjar authored Oct 5, 2024
1 parent 2950988 commit 17bc89d
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 @@ -11,7 +11,7 @@ const bears = useBearStore((state) => state.bears)

However, writing these could be tedious. If that is the case for you, you can auto-generate your selectors.

## create the following function: `createSelectors`
## Create the following function: `createSelectors`

```typescript
import { StoreApi, UseBoundStore } from 'zustand'
Expand Down

0 comments on commit 17bc89d

Please sign in to comment.