Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cb8061c

Browse files
phillipalexanderpetebacondarwin
authored andcommitted
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
1 parent b1366c3 commit cb8061c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ The concept behind this is <a name="databinding">"{@link databinding two-way dat
9999

100100
# Adding UI logic: Controllers
101101

102-
Let's add some more logic to the example to
103-
allow to enter and calculate the costs in different currencies and also pay the invoice.
102+
Let's add some more logic to the example that allows us to enter and calculate the costs in
103+
different currencies and also pay the invoice.
104104

105105
<example module="invoice1">
106106
<file name="invoice1.js">

0 commit comments

Comments
 (0)