Skip to content

Commit 5ffdf6b

Browse files
authored
docs: minor typo fix in flux-inspired-practice.md
1 parent 41838c5 commit 5ffdf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/flux-inspired-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ import { redux } from 'zustand/middleware'
7474
const useReduxStore = create(redux(reducer, initialState))
7575
```
7676

77-
Another way to update the store could be through functions wrapping the state functions. These could also handle side-effects of actions. For example, with HTTP-calls. To use Zustand in a none-reactive way, see [the readme](https://github.com/pmndrs/zustand#readingwriting-state-and-reacting-to-changes-outside-of-components).
77+
Another way to update the store could be through functions wrapping the state functions. These could also handle side-effects of actions. For example, with HTTP-calls. To use Zustand in a non-reactive way, see [the readme](https://github.com/pmndrs/zustand#readingwriting-state-and-reacting-to-changes-outside-of-components).

0 commit comments

Comments
 (0)