Fixed iteratees doc typos. [ci skip]

This commit is contained in:
Armaan Ahluwalia
2015-05-06 17:29:19 -04:00
committed by jdalton
parent db67ae12ec
commit 5b5e29cb7b

View File

@@ -6895,7 +6895,7 @@
* callback returns `true` for elements that have the properties of the given
* object, else `false`.
*
* Many lodash methods are guarded to work as interatees for methods like
* Many lodash methods are guarded to work as iteratees for methods like
* `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.
*
* The guarded methods are:
@@ -7039,7 +7039,7 @@
* value. The `iteratee` is bound to `thisArg` and invoked with four arguments:
* (accumulator, value, index|key, collection).
*
* Many lodash methods are guarded to work as interatees for methods like
* Many lodash methods are guarded to work as iteratees for methods like
* `_.reduce`, `_.reduceRight`, and `_.transform`.
*
* The guarded methods are: