Fixed grammar in comparison.md (#1288)

Line 19: you -> your
This commit is contained in:
Callum C 2022-09-12 00:14:42 +01:00 committed by GitHub
parent faaed15364
commit 7bce12e91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ differences and similarities between each.
### State Model
There are no big differences between Zustand and Redux. Both are based on
immutable state model. Also, Redux needs to wrap you app in context providers.
immutable state model. Also, Redux needs to wrap your app in context providers.
```ts
import create from 'zustand'