docs(changelog): Fixes typo in changelog (#33618)

Fixes typo in `NgFormSelectorWarning`. Was `NgFromSelectorWarning`
PR Close #33618
This commit is contained in:
Amit Dubey 2019-11-06 14:58:33 +05:30 committed by Andrew Scott
parent 68a1edd4cc
commit becc820159
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ or
npm install tslib --save npm install tslib --save
``` ```
* **forms:** * `<ngForm></ngForm>` can no longer be used as a selector. Use `<ng-form></ng-form>` instead. * **forms:** * `<ngForm></ngForm>` can no longer be used as a selector. Use `<ng-form></ng-form>` instead.
* The `NgFromSelectorWarning` directive has been removed. * The `NgFormSelectorWarning` directive has been removed.
* `FormsModule.withConfig` has been removed. Use the `FormsModule` directly. * `FormsModule.withConfig` has been removed. Use the `FormsModule` directly.