Skip to content

Commit e00583b

Browse files
authored
Merge pull request #1007 from ingydotnet/master
Small message grammar fix
2 parents bd99b46 + 387511e commit e00583b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var config = {
7777

7878
// if --production is passed, ng-annotate and uglify the code
7979
if (argv.production) {
80-
console.info('This might take awhile ...');
80+
console.info('This might take a while...');
8181

8282
config.plugins.unshift(new webpack.optimize.UglifyJsPlugin({mangle: true}));
8383

0 commit comments

Comments
 (0)