Skip to content

Commit

Permalink
fix doc typo (pmndrs#1932)
Browse files Browse the repository at this point in the history
Co-authored-by: anhdoecourier <tdo@e-courier.com>
  • Loading branch information
coder054 and anhdoecourier authored Jul 15, 2023
1 parent f73736d commit 642b0bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ const useFishStore = create((set) => ({

```jsx
const useSoundStore = create((set, get) => ({
sound: "grunt",
sound: 'grunt',
action: () => {
const sound = get().sound
// ...
}
})
},
}))
```

## Reading/writing state and reacting to changes outside of components
Expand Down

0 comments on commit 642b0bc

Please sign in to comment.