docs(toh): change data flow to data flows (#3467)
This commit is contained in:
parent
c27c629ed0
commit
c9db9b2648
|
@ -120,7 +120,7 @@ code-example(language="sh" class="code-shell").
|
||||||
:marked
|
:marked
|
||||||
`[(ngModel)]` is the Angular syntax to bind the `hero.name` property
|
`[(ngModel)]` is the Angular syntax to bind the `hero.name` property
|
||||||
to the textbox.
|
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.
|
and from the textbox back to the property.
|
||||||
|
|
||||||
Unfortunately, immediately after this change, the application breaks.
|
Unfortunately, immediately after this change, the application breaks.
|
||||||
|
|
Loading…
Reference in New Issue