Skip to content

Commit

Permalink
chore(docs): fix module directory
Browse files Browse the repository at this point in the history
  • Loading branch information
m1nsuplee authored Nov 10, 2024
1 parent 96ec5aa commit a48d17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ In the next examples we are going to use `useCounterStore`
> **Note**: all of these examples are written using TypeScript.
```ts
// stores/counter-store-creator.ts
// shared/counter-store-creator.ts
import { type StateCreator } from 'zustand'

export type CounterStore = {
Expand Down

0 comments on commit a48d17a

Please sign in to comment.