Add : in the end of sentense (#23916)

* Add : in the end of sentense

* Fixed typo and grammar
This commit is contained in:
Qbuiba
2018-11-04 09:44:54 +07:00
committed by Manish Giri
parent 75b57369bd
commit d74872670a

View File

@ -53,7 +53,7 @@ project_root
- /project_root/index.js - /project_root/index.js
- Is the entry point for the app it will contain the entry point for which store, and it will render the the App.jsx file. - Is the entry point for the app it will contain the entry point for which store, and it will render the the App.jsx file.
Bellow is an example of the code that will be declared on the file Below is an example of the code that will be declared in the file:
```javascript ```javascript
import React from 'react'; import React from 'react';