From ea7769dad1a68967281e08fcfd61d4b166dc1ce3 Mon Sep 17 00:00:00 2001 From: koyner Date: Sun, 6 Nov 2016 18:19:02 +0100 Subject: [PATCH] grammar fix --- 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