Skip to content

Commit 55f965a

Browse files
authored
Update eject message
Change "configs" to "configuration files" .
1 parent 989fd85 commit 55f965a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/init.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
106106
console.log(' Bundles the app into static files for production.');
107107
console.log();
108108
console.log(chalk.cyan('npm run eject'));
109-
console.log(' Removes this tool and copies build dependencies, configs,');
110-
console.log(' and scripts into the app directory.');
111-
console.log(' If you do this, you can’t go back!');
109+
console.log(' Removes this tool and copies build dependencies, configuration files');
110+
console.log(' and scripts into the app directory. If you do this, you can’t go back!');
112111
console.log();
113112
console.log('We suggest that you begin by typing:');
114113
console.log();

0 commit comments

Comments
 (0)