From 5e402d775683a1c4f46c334a6a63c5d4ed57f275 Mon Sep 17 00:00:00 2001 From: Matheus Felipe Date: Fri, 28 Jul 2023 23:14:57 -0300 Subject: [PATCH] fix: Typo on View section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c69b884..31859d5 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ Regardless of whether you use react or vue, note that the code wrote so far is c Inside views folder we have created as many projects as we have needed. In our case we have react, vue and react native. -The first thing we are going to do know is define the initial state and, the functions to handle the cart state. +The first thing we are going to do now is define the initial state and, the functions to handle the cart state. #### React ```tsx