Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

grammar fix #2764

Merged
merged 1 commit into from
Nov 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down