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

Commit cde840f

Browse files
committed
docs(i18n): remove use of gendered pronoun
1 parent f9656da commit cde840f

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
@@ -99,7 +99,7 @@ actual value is understood.
9999

100100
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.
102-
'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, her
102+
'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, their
103103
browser will specify the locale as ja, and the balance of '¥1000.00' will be shown instead. This
104104
will really upset your client.
105105

0 commit comments

Comments
 (0)