From bf55f23325843ec4dc9cb66b02570406c5b1bb16 Mon Sep 17 00:00:00 2001 From: Domenico Matteo Date: Thu, 3 Jul 2014 15:46:23 +0200 Subject: [PATCH] docs(guide/i18n): fix typo --- docs/content/guide/i18n.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index 8628d809..a4a0f737 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -114,7 +114,7 @@ You write the following binding using the currency filter: If your app is currently in the `en-US` locale, the browser will show `$1000.00`. If someone in the Japanese locale (`ja`) views your app, their browser will show a balance of `¥1000.00` instead. -This is problematinc because $1000 is not the same as ¥1000. +This is problematic because $1000 is not the same as ¥1000. In this case, you need to override the default currency symbol by providing the {@link ng.filter:currency} currency filter with a currency symbol as a parameter.