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 59b25da76b
commit 8164d28b6c

View File

@ -298,7 +298,7 @@ or
npm install tslib --save
```
* **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.