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

Commit f60703d

Browse files
greeflaswardbell
authored andcommitted
docs(forms-guide): fixed grammar (#3064)
1 parent 3e0b79f commit f60703d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ figure.image-display
304304
:marked
305305
Focus on the binding syntax: `[(ngModel)]="..."`.
306306

307-
If we ran the app right now and started typing in the *Name* input box,
307+
If we run the app right now and started typing in the *Name* input box,
308308
adding and deleting characters, we'd see them appearing and disappearing
309309
from the interpolated text.
310310
At some point it might look like this.
@@ -342,7 +342,7 @@ figure.image-display
342342
- Each input element has a `name` property that is required by Angular Forms to register the control with the form.
343343

344344
:marked
345-
If we ran the app right now and changed every hero model property, the form might display like this:
345+
If we run the app right now and changed every hero model property, the form might display like this:
346346
figure.image-display
347347
img(src="/resources/images/devguide/forms/ng-model-in-action-2.png" width="400px" alt="ngModel in super action")
348348
:marked

0 commit comments

Comments
 (0)