docs(aio): fix typo (#20103)

PR Close #20103
This commit is contained in:
Aditya Bhardwaj 2017-11-02 18:14:28 +05:30 committed by Jason Aden
parent cf0444b731
commit 8e24c0fff4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Note the following:
also carries a custom validator directive, `forbiddenName`. For more
information, see [Custom validators](guide/form-validation#custom-validators) section.
* `#name="ngModel"` exports `NgModel` into a local variable callled `name`. `NgModel` mirrors many of the properties of its underlying
* `#name="ngModel"` exports `NgModel` into a local variable called `name`. `NgModel` mirrors many of the properties of its underlying
`FormControl` instance, so you can use this in the template to check for control states such as `valid` and `dirty`. For a full list of control properties, see the [AbstractControl](api/forms/AbstractControl)
API reference.