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
- 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
import React from 'react';
@ -302,4 +302,4 @@ It's strongly recomended for the reader of this guide to read the links bellow t
[Redux Api](http://redux.js.org/docs/api/)
[Redux Examples](https://github.com/reactjs/redux/tree/master/examples)
[Redux Examples](https://github.com/reactjs/redux/tree/master/examples)