From 07edc565514dc04e13f4737e7bef050fc6bb2f5b Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Wed, 25 Jan 2017 21:33:49 -0800 Subject: [PATCH] installation.md: Add missing "as" (#8871) (cherry picked from commit 39472f1c3ec82892030273fae0da3dcc7a68ac9e) --- docs/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 0bcd9022e5..b1802ff1de 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -37,7 +37,7 @@ Create React App doesn't handle backend logic or databases; it just creates a fr You don't need to rewrite your app to start using React. -We recommend adding React to a small part of your application, such an individual widget, so you can see if it works well for your use case. +We recommend adding React to a small part of your application, such as an individual widget, so you can see if it works well for your use case. While React [can be used](/react/docs/react-without-es6.html) without a build pipeline, we recommend setting it up so you can be more productive. A modern build pipeline typically consists of: