Skip to content

Commit

Permalink
refactor: fix english in update message
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and kyliau committed Nov 1, 2018
1 parent d0001e6 commit 93649b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/update/update/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ function _usageMessage(

logger.info('\n');
logger.info('There might be additional packages that are outdated.');
logger.info('Or run ng update --all to try to update all at the same time.\n');
logger.info('Run "ng update --all" to try to update all at the same time.\n');

return of<void>(undefined);
}
Expand Down

0 comments on commit 93649b8

Please sign in to comment.