From d74872670a3e90c5007bcbc6cbcaac59276fe083 Mon Sep 17 00:00:00 2001 From: Qbuiba <37890918+Qbuiba@users.noreply.github.com> Date: Sun, 4 Nov 2018 09:44:54 +0700 Subject: [PATCH] Add : in the end of sentense (#23916) * Add : in the end of sentense * Fixed typo and grammar --- guide/english/redux/tutorial/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)