From 61b2515c0d7106e3413387e4b1f0d6cf335ba6c7 Mon Sep 17 00:00:00 2001 From: Alessandro Bahgat Date: Sat, 22 Feb 2014 11:38:39 -0500 Subject: docs(ngPluralize): corrected "bounded to" to "bound to" Closes #6408 --- src/ng/directive/ngPluralize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/directive/ngPluralize.js') diff --git a/src/ng/directive/ngPluralize.js b/src/ng/directive/ngPluralize.js index 118a11d6..1962d204 100644 --- a/src/ng/directive/ngPluralize.js +++ b/src/ng/directive/ngPluralize.js @@ -84,7 +84,7 @@ * you must provide explicit number rules for 0, 1, 2 and 3. You must also provide plural strings for * plural categories "one" and "other". * - * @param {string|expression} count The variable to be bounded to. + * @param {string|expression} count The variable to be bound to. * @param {string} when The mapping between plural category to its corresponding strings. * @param {number=} offset Offset to deduct from the total number. * -- cgit v1.2.3