docs: fix typo in ng update --next description

according to https://github.com/angular/angular-cli/pull/18306#issuecomment-660988904
This commit is contained in:
Vlad Tansky 2020-07-20 15:49:19 +03:00 committed by Filipe Silva
parent c8e5f7d167
commit 9fb21644c7

View File

@ -38,7 +38,7 @@
"type": "boolean"
},
"next": {
"description": "Use the latest version, including beta and RCs.",
"description": "Use the prerelease version, including beta and RCs.",
"default": false,
"type": "boolean"
},