From 55f965aa5db230433024bdc8047d4660c7174bf2 Mon Sep 17 00:00:00 2001
From: Ville Immonen <ville.immonen@iki.fi>
Date: Sun, 11 Sep 2016 21:42:44 +0300
Subject: [PATCH] Update eject message

Change "configs" to "configuration files" .
---
 scripts/init.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/init.js b/scripts/init.js
index 22a832692..0b5282ae1 100644
--- a/scripts/init.js
+++ b/scripts/init.js
@@ -106,9 +106,8 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
     console.log('  Bundles the app into static files for production.');
     console.log();
     console.log(chalk.cyan('npm run eject'));
-    console.log('  Removes this tool and copies build dependencies, configs,');
-    console.log('  and scripts into the app directory.');
-    console.log('  If you do this, you can’t go back!');
+    console.log('  Removes this tool and copies build dependencies, configuration files');
+    console.log('  and scripts into the app directory. If you do this, you can’t go back!');
     console.log();
     console.log('We suggest that you begin by typing:');
     console.log();
-- 
GitLab