diff --git a/guide/english/react/a-react-environment-using-a-remote-code-repository/index.md b/guide/english/react/a-react-environment-using-a-remote-code-repository/index.md index d9af808623..49ff248feb 100644 --- a/guide/english/react/a-react-environment-using-a-remote-code-repository/index.md +++ b/guide/english/react/a-react-environment-using-a-remote-code-repository/index.md @@ -36,7 +36,5 @@ babel-polyfill is used for older browsers compatibility. ``` - - If this code is saved with the html file extension (helloReact.html), it can be opened in a web browser - - it will run React and Babel. + +If this code is saved with the html file extension (helloReact.html) it can be opened in a web browser. It will run React and Babel.