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

docs(forms-guide): fixed grammar #3064

Merged
merged 1 commit into from
Jan 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/ts/latest/guide/forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down