mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
fix(@schematics/update): fix typo in info log
fix grammar typo in note about additional packages from #18888
This commit is contained in:
parent
66deb3a753
commit
b4964942a1
@ -538,7 +538,7 @@ function _usageMessage(
|
|||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
`\nThere might be additional packages which don't provide 'ng update' capabilities that are outdated.\n`
|
`\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;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user