We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66deb3a commit b496494Copy full SHA for b496494
packages/schematics/update/update/index.ts
@@ -538,7 +538,7 @@ function _usageMessage(
538
539
logger.info(
540
`\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.`,
+ + `You can update the additional packages by running the update command of your package manager.`,
542
);
543
544
return;
0 commit comments