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

Commit c9db9b2

Browse files
kapunahelewongwardbell
authored andcommitted
docs(toh): change data flow to data flows (#3467)
1 parent c27c629 commit c9db9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt1.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ code-example(language="sh" class="code-shell").
120120
:marked
121121
`[(ngModel)]` is the Angular syntax to bind the `hero.name` property
122122
to the textbox.
123-
Data flow _in both directions_: from the property to the textbox;
123+
Data flows _in both directions:_ from the property to the textbox,
124124
and from the textbox back to the property.
125125

126126
Unfortunately, immediately after this change, the application breaks.

0 commit comments

Comments
 (0)