From d3c89532debf39bbc04e6796e90570056a7b6226 Mon Sep 17 00:00:00 2001 From: Vladimir Kuprienko Date: Mon, 2 Jan 2017 17:17:43 +0200 Subject: [PATCH] docs(forms-guide): fixed grammar --- public/docs/ts/latest/guide/forms.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index e955c6efe8..be16d9ed6c 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -304,7 +304,7 @@ figure.image-display :marked Focus on the binding syntax: `[(ngModel)]="..."`. - If we ran the app right now and started typing in the *Name* input box, + If we run the app right now and started typing in the *Name* input box, adding and deleting characters, we'd see them appearing and disappearing from the interpolated text. At some point it might look like this. @@ -342,7 +342,7 @@ figure.image-display - Each input element has a `name` property that is required by Angular Forms to register the control with the form. :marked - If we ran the app right now and changed every hero model property, the form might display like this: + If we run the app right now and changed every hero model property, the form might display like this: figure.image-display img(src="/resources/images/devguide/forms/ng-model-in-action-2.png" width="400px" alt="ngModel in super action") :marked