added an apostrophe (') to "browsers" (#28247)

pull/35702/head
impactlearner 2019-03-28 20:30:04 -04:00 committed by Randell Dawson
parent 0e8891956a
commit 920580a1f2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ title: A React Environment Using 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
to accomplish this.
babel-polyfill is used for older browsers compatibility.
babel-polyfill is used for older browsers' compatibility.
```html
<!DOCTYPE html>