From 3ee36fbba211d115414d322b17a67626ed90d450 Mon Sep 17 00:00:00 2001 From: koyner Date: Sun, 13 Nov 2016 22:59:59 +0100 Subject: [PATCH] docs(forms): grammar fix (#2764) --- public/docs/ts/latest/guide/forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 5f000d7bbc..8ce4250962 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -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