Skip to content

Commit ba42659

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
refactor: fix english in update message
1 parent 33781e1 commit ba42659

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/update/update

1 file changed

+1
-1
lines changed

packages/schematics/update/update/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ function _usageMessage(
488488

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

493493
return of<void>(undefined);
494494
}

0 commit comments

Comments
 (0)