Skip to content

Commit 3ee36fb

Browse files
koynerFoxandxss
authored andcommitted
docs(forms): grammar fix (angular#2764)
1 parent 64a8754 commit 3ee36fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)