diff --git a/docs/getting-started/comparison.md b/docs/getting-started/comparison.md index 88e344af..2c749949 100644 --- a/docs/getting-started/comparison.md +++ b/docs/getting-started/comparison.md @@ -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'