docs(guide/concepts): clarify wording

This commit is contained in:
plmetz
2014-02-15 16:29:01 -06:00
committed by Peter Bacon Darwin
parent e23a6a320e
commit 846ebb4073

View File

@@ -27,7 +27,7 @@ For a more in-depth explanation, have a look at the {@link tutorial/ tutorial}.
# A first example: Data binding
In the following we will build a form to calculate the costs of an invoice in different currencies.
In the following example we will build a form to calculate the costs of an invoice in different currencies.
Let's start with input fields for quantity and cost whose values are multiplied to produce the total of the invoice: