Skip to content

Commit 621f678

Browse files
dmatteobtford
authored andcommitted
docs(guide/i18n): fix typo
1 parent b9fcf01 commit 621f678

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
@@ -114,7 +114,7 @@ You write the following binding using the currency filter:
114114

115115
If your app is currently in the `en-US` locale, the browser will show `$1000.00`. If someone in the
116116
Japanese locale (`ja`) views your app, their browser will show a balance of `¥1000.00` instead.
117-
This is problematinc because $1000 is not the same as ¥1000.
117+
This is problematic because $1000 is not the same as ¥1000.
118118

119119
In this case, you need to override the default currency symbol by providing the
120120
{@link ng.filter:currency} currency filter with a currency symbol as a parameter.

0 commit comments

Comments
 (0)