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

Commit ea7769d

Browse files
authored
grammar fix
1 parent a46cba0 commit ea7769d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/forms.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ figure.image-display
340340
.l-sub-section
341341
:marked
342342
- Each input element has an `id` property that is used by the `label` element's `for` attribute
343-
to match the label to it's input control.
343+
to match the label to its input control.
344344
- Each input element has a `name` property that is required by Angular Forms to register the control with the form.
345345

346346
:marked

0 commit comments

Comments
 (0)