docs: fix typo in Architecture overview page (#25438)

PR Close #25438
This commit is contained in:
Justin Noel 2018-08-11 08:24:16 +01:00 committed by Ben Lesh
parent c869b143c6
commit 3ac7070009
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ The `@Component()` decorator identifies the class immediately below it as a comp
A template combines HTML with Angular markup that can modify HTML elements before they are displayed. A template combines HTML with Angular markup that can modify HTML elements before they are displayed.
Template *directives* provide program logic, and *binding markup* connects your application data and the DOM. Template *directives* provide program logic, and *binding markup* connects your application data and the DOM.
There are tow types of data binding: There are two types of data binding:
* *Event binding* lets your app respond to user input in the target environment by updating your application data. * *Event binding* lets your app respond to user input in the target environment by updating your application data.
* *Property binding* lets you interpolate values that are computed from your application data into the HTML. * *Property binding* lets you interpolate values that are computed from your application data into the HTML.