Skip to content

Commit

Permalink
updated '== Summary' section added the word 'to'
Browse files Browse the repository at this point in the history
I made a small adjustment to the '== Summary' section by adding the word 'to'.

<Original Text>
"The way think about these two different ways of binding is in terms of inputs and outputs." 
- It is missing the word 'to' between 'The way' and 'think' at the start of the sentence

<After Update>
"The way to think about these two different ways of binding is in terms of inputs and outputs."
  • Loading branch information
scottf22 authored Jan 31, 2019
1 parent f1679d0 commit 18c9701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.quickstart/6.property-and-event-binding/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Now when we click the button, we set the show property to true which then _unhid

== Summary

The way think about these two different ways of binding is in terms of inputs and outputs.
The way to think about these two different ways of binding is in terms of inputs and outputs.

* With the `[]` we are binding to an input of a Component.
* With the `()` we are binding to an output of a Component.
Expand All @@ -197,4 +197,4 @@ It is possible to _simulate_ two-way data binding in Angular and we'll cover tha
[source,typescript]
----
include::{sourcedir}/src/main.ts[]
----
----

0 comments on commit 18c9701

Please sign in to comment.