docs(forms): grammar fix (#2764)

This commit is contained in:
koyner 2016-11-13 22:59:59 +01:00 committed by Jesús Rodríguez
parent 64a8754386
commit 3ee36fbba2
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ figure.image-display
.l-sub-section
:marked
- Each input element has an `id` property that is used by the `label` element's `for` attribute
to match the label to it's input control.
to match the label to its input control.
- Each input element has a `name` property that is required by Angular Forms to register the control with the form.
:marked