docs(forms): grammar fix (#2764)
This commit is contained in:
parent
64a8754386
commit
3ee36fbba2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue