From 920580a1f2ea3b4c3e7da02978c5b9a09ba87395 Mon Sep 17 00:00:00 2001 From: impactlearner <37165240+impactlearner@users.noreply.github.com> Date: Thu, 28 Mar 2019 20:30:04 -0400 Subject: [PATCH] added an apostrophe (') to "browsers" (#28247) --- .../a-react-environment-using-a-remote-code-repository/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 49ff248feb..763be8da31 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 @@ -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