From 307e72efab294401d8a7a05d2ef05cb2ad53dd5c Mon Sep 17 00:00:00 2001 From: Neil Giarratana Date: Tue, 17 Jun 2014 17:40:48 -0400 Subject: [PATCH] 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 --- src/ng/directive/ngPluralize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngPluralize.js b/src/ng/directive/ngPluralize.js index 0585009a..e7502658 100644 --- a/src/ng/directive/ngPluralize.js +++ b/src/ng/directive/ngPluralize.js @@ -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