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

Commit 61b2515

Browse files
abahgatcaitp
authored andcommitted
docs(ngPluralize): corrected "bounded to" to "bound to"
Closes #6408
1 parent f296e2e commit 61b2515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngPluralize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
* you must provide explicit number rules for 0, 1, 2 and 3. You must also provide plural strings for
8585
* plural categories "one" and "other".
8686
*
87-
* @param {string|expression} count The variable to be bounded to.
87+
* @param {string|expression} count The variable to be bound to.
8888
* @param {string} when The mapping between plural category to its corresponding strings.
8989
* @param {number=} offset Offset to deduct from the total number.
9090
*

0 commit comments

Comments
 (0)