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

Commit 307e72e

Browse files
neilsmindcaitp
authored andcommitted
docs(ngPluralize): spell Mary's name correctly
Update ngPluralize.js Just a silly change to the name of one of the examples that appears to be a typo. Changing Marry to Mary as the first would be a verb and the latter would be an extremely common name. Closes #7884
1 parent 2f0a448 commit 307e72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngPluralize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
* When one person, perhaps John, views the document, "John is viewing" will be shown.
7777
* When three people view the document, no explicit number rule is found, so
7878
* an offset of 2 is taken off 3, and Angular uses 1 to decide the plural category.
79-
* In this case, plural category 'one' is matched and "John, Marry and one other person are viewing"
79+
* In this case, plural category 'one' is matched and "John, Mary and one other person are viewing"
8080
* is shown.
8181
*
8282
* Note that when you specify offsets, you must provide explicit number rules for

0 commit comments

Comments
 (0)