diff options
| author | Alessandro Bahgat | 2014-02-22 11:38:39 -0500 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-22 15:29:14 -0500 | 
| commit | 61b2515c0d7106e3413387e4b1f0d6cf335ba6c7 (patch) | |
| tree | 1b5085a9b66743b20f5195691eeae2066cd22248 /src/ng/directive/ngPluralize.js | |
| parent | f296e2ee12bb60f9ff988d2be4fbe9ec7c5dc42f (diff) | |
| download | angular.js-61b2515c0d7106e3413387e4b1f0d6cf335ba6c7.tar.bz2 | |
docs(ngPluralize): corrected "bounded to" to "bound to"
Closes #6408
Diffstat (limited to 'src/ng/directive/ngPluralize.js')
| -rw-r--r-- | src/ng/directive/ngPluralize.js | 2 | 
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.   * | 
