fix(@schematics/update): fix typo in info log

fix grammar typo in note about additional packages  from #18888
This commit is contained in:
Daniel Brown 2020-12-16 21:03:02 +01:00 committed by Alan Agius
parent 66deb3a753
commit b4964942a1

View File

@ -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;