docs(toh): change data flow to data flows (#3467)

This commit is contained in:
Kapunahele Wong 2017-03-31 22:41:34 -04:00 committed by Ward Bell
parent c27c629ed0
commit c9db9b2648
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ code-example(language="sh" class="code-shell").
:marked
`[(ngModel)]` is the Angular syntax to bind the `hero.name` property
to the textbox.
Data flow _in both directions_: from the property to the textbox;
Data flows _in both directions:_ from the property to the textbox,
and from the textbox back to the property.
Unfortunately, immediately after this change, the application breaks.