diff --git a/docs/guides/auto-generating-selectors.md b/docs/guides/auto-generating-selectors.md index cfe37ef880..317a4604eb 100644 --- a/docs/guides/auto-generating-selectors.md +++ b/docs/guides/auto-generating-selectors.md @@ -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'