From cb8061c75cdbcacd34b2570223e0cc2cbd8edb61 Mon Sep 17 00:00:00 2001 From: Phillip Alexander Date: Mon, 11 Nov 2013 19:26:24 -0800 Subject: 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 --- docs/content/guide/concepts.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide') 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 "{@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. -- cgit v1.2.3