diff options
Diffstat (limited to 'ext/web/lib.deno_web.d.ts')
-rw-r--r-- | ext/web/lib.deno_web.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/lib.deno_web.d.ts b/ext/web/lib.deno_web.d.ts index bcc0c12d8..5a3f658a3 100644 --- a/ext/web/lib.deno_web.d.ts +++ b/ext/web/lib.deno_web.d.ts @@ -184,7 +184,7 @@ declare interface EventTarget { listener: EventListenerOrEventListenerObject | null, options?: boolean | AddEventListenerOptions, ): void; - /** Dispatches a synthetic event event to target and returns true if either + /** Dispatches a synthetic event to event target and returns true if either * event's cancelable attribute value is false or its preventDefault() method * was not invoked, and false otherwise. */ dispatchEvent(event: Event): boolean; |