aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/concepts.ngdoc
diff options
context:
space:
mode:
authorPhillip Alexander2013-11-11 19:26:24 -0800
committerPete Bacon Darwin2013-11-14 13:36:40 +0000
commitcb8061c75cdbcacd34b2570223e0cc2cbd8edb61 (patch)
treea473765afeff7bb9f5c34a827e1049fe10d62e99 /docs/content/guide/concepts.ngdoc
parentb1366c32d4742acd66ebc6ed1e3cb3954c50b558 (diff)
downloadangular.js-cb8061c75cdbcacd34b2570223e0cc2cbd8edb61.tar.bz2
docs(guide/concepts): improve sentence wording
Before: > Let's add some more logic to the example to allow to enter and calculate the costs in different currencies and also pay the invoice. After: > Let's add some more logic to the example that allows us to enter and calculate the costs in different currencies and also pay the invoice. Closes #4903
Diffstat (limited to 'docs/content/guide/concepts.ngdoc')
-rw-r--r--docs/content/guide/concepts.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc
index 8cf1bb74..6693c4d5 100644
--- a/docs/content/guide/concepts.ngdoc
+++ b/docs/content/guide/concepts.ngdoc
@@ -99,8 +99,8 @@ The concept behind this is <a name="databinding">"{@link databinding two-way dat
# Adding UI logic: Controllers
-Let's add some more logic to the example to
-allow to enter and calculate the costs in different currencies and also pay the invoice.
+Let's add some more logic to the example that allows us to enter and calculate the costs in
+different currencies and also pay the invoice.
<example module="invoice1">
<file name="invoice1.js">