diff --git a/guide/english/redux/tutorial/index.md b/guide/english/redux/tutorial/index.md index 11e4ad7ba4..4dddd1bc75 100644 --- a/guide/english/redux/tutorial/index.md +++ b/guide/english/redux/tutorial/index.md @@ -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) \ No newline at end of file +[Redux Examples](https://github.com/reactjs/redux/tree/master/examples)