Fixed spacing, added hyphen and comma (#21891)

This commit is contained in:
Heather
2018-11-06 14:22:34 -08:00
committed by Manish Giri
parent 88c3ea9b73
commit 87c9ff1ca4

View File

@ -2,7 +2,7 @@
title: A React Environment Using a Remote Code Repository title: A React Environment Using a Remote Code Repository
--- ---
This is how to create a non production React environment utilizing a remote code repository. This is how to create a non-production React environment utilizing a remote code repository.
We will use the cdnjs.cloudflare.com 16.0.0 react, react-dom, and babel-standalone 6.26.0 We will use the cdnjs.cloudflare.com 16.0.0 react, react-dom, and babel-standalone 6.26.0
to accomplish this. to accomplish this.
babel-polyfill is used for older browsers compatibility. babel-polyfill is used for older browsers compatibility.
@ -36,5 +36,5 @@ babel-polyfill is used for older browsers compatibility.
</html> </html>
``` ```
If this code is saved with the html file extension (helloReact.html)it can be opened in a web browser 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. it will run React and Babel.