diff --git a/types/enzyme/index.d.ts b/types/enzyme/index.d.ts index 8ebb11ce94..b0d044a484 100644 --- a/types/enzyme/index.d.ts +++ b/types/enzyme/index.d.ts @@ -342,7 +342,7 @@ export interface CommonWrapper

{ 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;