From 7bce12e91ba0237039a3f28754278aaaf3247b30 Mon Sep 17 00:00:00 2001 From: Callum C <90869419+callumcrichton@users.noreply.github.com> Date: Mon, 12 Sep 2022 00:14:42 +0100 Subject: [PATCH] Fixed grammar in comparison.md (#1288) Line 19: you -> your --- docs/getting-started/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'