Skip to content

Commit b496494

Browse files
djbrownalan-agius4
authored andcommitted
fix(@schematics/update): fix typo in info log
fix grammar typo in note about additional packages from angular#18888
1 parent 66deb3a commit b496494

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ function _usageMessage(
538538

539539
logger.info(
540540
`\nThere might be additional packages which don't provide 'ng update' capabilities that are outdated.\n`
541-
+ `You can update the addition packages by running the update command of your package manager.`,
541+
+ `You can update the additional packages by running the update command of your package manager.`,
542542
);
543543

544544
return;

0 commit comments

Comments
 (0)