aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Bahgat2014-02-22 11:38:39 -0500
committerCaitlin Potter2014-02-22 15:29:14 -0500
commit61b2515c0d7106e3413387e4b1f0d6cf335ba6c7 (patch)
tree1b5085a9b66743b20f5195691eeae2066cd22248
parentf296e2ee12bb60f9ff988d2be4fbe9ec7c5dc42f (diff)
downloadangular.js-61b2515c0d7106e3413387e4b1f0d6cf335ba6c7.tar.bz2
docs(ngPluralize): corrected "bounded to" to "bound to"
Closes #6408
-rw-r--r--src/ng/directive/ngPluralize.js2
1 files changed, 1 insertions, 1 deletions
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.
*