Skip to content

Commit

Permalink
docs(ngPluralize): spell Mary's name correctly
Browse files Browse the repository at this point in the history
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 angular#7884
  • Loading branch information
neilsmind authored and caitp committed Jun 17, 2014
1 parent 2f0a448 commit 307e72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/ngPluralize.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
* When one person, perhaps John, views the document, "John is viewing" will be shown.
* When three people view the document, no explicit number rule is found, so
* an offset of 2 is taken off 3, and Angular uses 1 to decide the plural category.
* In this case, plural category 'one' is matched and "John, Marry and one other person are viewing"
* In this case, plural category 'one' is matched and "John, Mary and one other person are viewing"
* is shown.
*
* Note that when you specify offsets, you must provide explicit number rules for
Expand Down

0 comments on commit 307e72e

Please sign in to comment.