docs: typo in readme.md (#1049)

Fixed typo "seperate" to "separate".
This commit is contained in:
Sepehr Safari 2022-07-03 16:23:00 +04:30 committed by GitHub
parent 3d764b0a4a
commit f8bc24edf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -570,7 +570,7 @@ A more complete TypeScript guide is [here](https://github.com/pmndrs/zustand/blo
## Best practices
- You may wonder how to organize your code for better maintenance: [Splitting the store into seperate slices](https://github.com/pmndrs/zustand/wiki/Splitting-the-store-into-separate-slices).
- You may wonder how to organize your code for better maintenance: [Splitting the store into separate slices](https://github.com/pmndrs/zustand/wiki/Splitting-the-store-into-separate-slices).
- Recommended usage for this unopinionated library: [Flux inspired practice](https://github.com/pmndrs/zustand/wiki/Flux-inspired-practice).
<details>