Fix(guide): grammar edit

This commit is contained in:
Cristi Cismas
2018-10-13 23:42:00 +03:00
committed by Heather Kusmierz
parent 5c9572eed8
commit 5eaba89bb0

View File

@ -64,6 +64,6 @@ document.getElementById('root')); //The <App /> 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. 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 !! Happy Coding !!