Skip to content

Commit 600dcb4

Browse files
tylermcginnisjamesdaily
authored andcommitted
docs(guide/i18n): fix a typo
Closes angular#5651
1 parent 78a585b commit 600dcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/i18n.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ locale, it is fine to rely on the default currency symbol. However, if you antic
9797
in other locales might use your app, you should provide your own currency symbol to make sure the
9898
actual value is understood.
9999

100-
For example, if you want to display account balance of 1000 dollars with the following binding
100+
For example, if you want to display an account balance of 1000 dollars with the following binding
101101
containing currency filter: `{{ 1000 | currency }}`, and your app is currently in en-US locale.
102102
'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, her
103103
browser will specify the locale as ja, and the balance of '¥1000.00' will be shown instead. This

0 commit comments

Comments
 (0)