From ccdaa60065cd97d14efbcb8b4af15aee03cf8fd8 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Sun, 11 Dec 2016 12:00:42 +0000 Subject: [PATCH] Fix typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26f4ae5d..4d8cdb4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ * [#1226](https://github.com/facebookincubator/create-react-app/pull/1226) Fix weird lint output. ([@n3tr](https://github.com/n3tr)) - Fixes a strange lint message formatting in some edge cases. + Fixes strange lint message formatting in some edge cases. * [#1215](https://github.com/facebookincubator/create-react-app/pull/1215) Fix - openChrome won't open default browser (using Canary). ([@n3tr](https://github.com/n3tr)) - Fixes an regression that caused stable Google Chrome to be opened even if you are using Canary as the default browser. + Fixes a regression that caused stable Google Chrome to be opened even if you are using Canary as the default browser. * `create-react-app` -- GitLab