diff options
| author | Jeff Cross | 2014-01-10 20:15:18 -0800 |
|---|---|---|
| committer | Jeff Cross | 2014-01-10 20:15:18 -0800 |
| commit | cde840fdf839e593108a33e0f3d56a052762f28d (patch) | |
| tree | 87c2b16ce9ae794ae15994787f0da17cd26e765e /docs/content/guide/i18n.ngdoc | |
| parent | f9656dab2dcb9b5871935c58688033537dc229a4 (diff) | |
| download | angular.js-cde840fdf839e593108a33e0f3d56a052762f28d.tar.bz2 | |
docs(i18n): remove use of gendered pronoun
Diffstat (limited to 'docs/content/guide/i18n.ngdoc')
| -rw-r--r-- | docs/content/guide/i18n.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index 1977fea0..99245893 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -99,7 +99,7 @@ actual value is understood. For example, if you want to display an account balance of 1000 dollars with the following binding containing currency filter: `{{ 1000 | currency }}`, and your app is currently in en-US locale. -'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, her +'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, their browser will specify the locale as ja, and the balance of '¥1000.00' will be shown instead. This will really upset your client. |
