From edf4b2231f0cfcbfc1c4e449510ff5d91a82c1a1 Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Wed, 26 Apr 2017 12:57:22 +0000 Subject: [PATCH] [Docs] Fix confusing description for the usage (#9502) * Fix confusing description for the usage * Update jsx-in-depth.md * Update reference-react-dom-server.md * Update reference-react-dom.md * Update reference-react.md --- docs/jsx-in-depth.md | 2 +- docs/reference-react-dom-server.md | 2 +- docs/reference-react-dom.md | 2 +- docs/reference-react.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/jsx-in-depth.md b/docs/jsx-in-depth.md index ded9c6010..282c199d5 100644 --- a/docs/jsx-in-depth.md +++ b/docs/jsx-in-depth.md @@ -71,7 +71,7 @@ function WarningButton() { } ``` -If you don't use a JavaScript bundler and added React as a script tag, it is already in scope as a `React` global. +If you don't use a JavaScript bundler and loaded React from a `