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

docs(content/guide/concepts): Fix badly worded sentence #4903

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/guide/concepts.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down