mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fix typo (any -> all) for everyWhere description
This commit is contained in:
Vendored
+1
-1
@@ -342,7 +342,7 @@ export interface CommonWrapper<P = {}, S = {}> {
|
||||
every(selector: EnzymeSelector): boolean;
|
||||
|
||||
/**
|
||||
* Returns whether or not any of the nodes in the wrapper pass the provided predicate function.
|
||||
* Returns whether or not all of the nodes in the wrapper pass the provided predicate function.
|
||||
* @param fn
|
||||
*/
|
||||
everyWhere(fn: (wrapper: this) => boolean): boolean;
|
||||
|
||||
Reference in New Issue
Block a user