diff --git a/packages/schematics/update/update/index.ts b/packages/schematics/update/update/index.ts index 4004db6984..0e33b1fc15 100644 --- a/packages/schematics/update/update/index.ts +++ b/packages/schematics/update/update/index.ts @@ -538,7 +538,7 @@ function _usageMessage( logger.info( `\nThere might be additional packages which don't provide 'ng update' capabilities that are outdated.\n` - + `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.`, ); return;