From 91b32a2769d4ce500bebbd6fb56882e6c6918160 Mon Sep 17 00:00:00 2001
From: Dan Abramov <dan.abramov@gmail.com>
Date: Wed, 28 Sep 2016 20:24:48 +0100
Subject: [PATCH] Fix the doc

---
 packages/babel-preset-react-app/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/babel-preset-react-app/README.md b/packages/babel-preset-react-app/README.md
index b28936832..c7548b845 100644
--- a/packages/babel-preset-react-app/README.md
+++ b/packages/babel-preset-react-app/README.md
@@ -12,7 +12,7 @@ The easiest way to use this configuration is with [Create React App](https://git
 
 ## Usage Outside of Create React App
 
-If you want to use this ESLint configuration in a project not built with Create React App, you can install it with following steps.
+If you want to use this Babel preset in a project not built with Create React App, you can install it with following steps.
 
 First, [install Babel](https://babeljs.io/docs/setup/).
 
-- 
GitLab