From ca5ff7da791731968bf6ea7cb1ad2ef644e1d51e Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sat, 8 Sep 2018 22:47:09 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f1c21b..bbb525c 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ What if we wanted to change the value of the state? We can do this, but we need to keep in mind 1 thing: In order to rerender the new value of the greeting, we need to rerender by triggering update lifecyle. -That meains we can't simply do something like this: +That means we can't simply do something like this: ```js changeName = () => {