From c9db9b264818caeb785a6347d5e3a9808586672e Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Fri, 31 Mar 2017 22:41:34 -0400 Subject: [PATCH] docs(toh): change data flow to data flows (#3467) --- public/docs/ts/latest/tutorial/toh-pt1.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt1.jade b/public/docs/ts/latest/tutorial/toh-pt1.jade index 0b227bbf76..69270e1789 100644 --- a/public/docs/ts/latest/tutorial/toh-pt1.jade +++ b/public/docs/ts/latest/tutorial/toh-pt1.jade @@ -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.