From 5eaba89bb063d691b8016b681689dc6aeb331ccb Mon Sep 17 00:00:00 2001 From: Cristi Cismas Date: Sat, 13 Oct 2018 23:42:00 +0300 Subject: [PATCH] Fix(guide): grammar edit --- client/src/pages/guide/english/react/hello-world/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/react/hello-world/index.md b/client/src/pages/guide/english/react/hello-world/index.md index f36f0c7b52..f4ceff356c 100644 --- a/client/src/pages/guide/english/react/hello-world/index.md +++ b/client/src/pages/guide/english/react/hello-world/index.md @@ -64,6 +64,6 @@ document.getElementById('root')); //The is the way components are calle In the above, App.js is called a component. Normally, we make multiple components and put them together in App.js which will be then rendered in index.js which is then rendered into the root div that is in the index.html. -Congrats !! You have created your first React Hello world app. You learn more about React in the coming articles. +Congrats !! You have created your first React Hello world app. You will learn more about React in the coming articles. Happy Coding !!