Skip to content

Commit

Permalink
Update eject message
Browse files Browse the repository at this point in the history
Change "configs" to "configuration files" .
  • Loading branch information
fson authored Sep 11, 2016
1 parent 989fd85 commit 55f965a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 55f965a

Please sign in to comment.