From de6e0590b27c438250527ad1eaf410abada86a97 Mon Sep 17 00:00:00 2001
From: Chandan Rai <chandanr@exzeoindia.com>
Date: Fri, 10 Feb 2017 01:38:52 +0530
Subject: [PATCH] corrected minor typo (#1514)

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 113bf6413..4734d5ea8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -439,7 +439,7 @@ npm install --save-dev --save-exact react-scripts@0.8.0
 
 ### Babel Preset (`babel-preset-react-app`)
 
-* The preset now detects the Node.js version in test environment and disables unnecessary ES2015 transforms using using `babel-preset-env`. ([@shubheksha](https://github.com/shubheksha) in [#878](https://github.com/facebookincubator/create-react-app/pull/878), [@JeffreyATW](https://github.com/JeffreyATW) in [#927
+* The preset now detects the Node.js version in test environment and disables unnecessary ES2015 transforms using `babel-preset-env`. ([@shubheksha](https://github.com/shubheksha) in [#878](https://github.com/facebookincubator/create-react-app/pull/878), [@JeffreyATW](https://github.com/JeffreyATW) in [#927
 ](https://github.com/facebookincubator/create-react-app/pull/927))
 * Fixes a duplicate dependency on `babel-plugin-transform-regenerator`. ([@akofman](https://github.com/akofman) in [#864](https://github.com/facebookincubator/create-react-app/pull/864))
 
-- 
GitLab