File tree 1 file changed +2
-2
lines changed
public/docs/ts/latest/guide
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ figure.image-display
304
304
:marked
305
305
Focus on the binding syntax: `[(ngModel)]="..."`.
306
306
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,
308
308
adding and deleting characters, we'd see them appearing and disappearing
309
309
from the interpolated text.
310
310
At some point it might look like this.
@@ -342,7 +342,7 @@ figure.image-display
342
342
- Each input element has a `name` property that is required by Angular Forms to register the control with the form.
343
343
344
344
: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:
346
346
figure.image-display
347
347
img( src ="/resources/images/devguide/forms/ng-model-in-action-2.png" width ="400px" alt ="ngModel in super action" )
348
348
:marked
You can’t perform that action at this time.
0 commit comments