diff --git a/types/jquery/index.d.ts b/types/jquery/index.d.ts index 039e35bc94..747abe207c 100644 --- a/types/jquery/index.d.ts +++ b/types/jquery/index.d.ts @@ -3887,8 +3887,8 @@ interface JQuery extends Iterable * @since 1.0 * @since 1.4 */ - hover(handlerInOut: JQuery.EventHandler | JQuery.EventHandlerBase> | false, - handlerOut?: JQuery.EventHandler | JQuery.EventHandlerBase> | false): this; + hover(handlerInOut: JQuery.EventHandler | JQuery.EventHandlerBase> | false, + handlerOut?: JQuery.EventHandler | JQuery.EventHandlerBase> | false): this; /** * Set the HTML contents of each element in the set of matched elements. *