diff options
| author | plmetz | 2014-02-15 16:29:01 -0600 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-17 14:15:25 +0000 | 
| commit | 846ebb4073ed56ab7d56539bb778fb82db80c35d (patch) | |
| tree | 78d25c72a65d481400f561d5e129720c918b5664 /docs/content | |
| parent | e23a6a320ed7dfc229a3adf849513e2cbd293c17 (diff) | |
| download | angular.js-846ebb4073ed56ab7d56539bb778fb82db80c35d.tar.bz2 | |
docs(guide/concepts): clarify wording
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 52d75387..2c48f724 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -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: | 
