diff --git a/index.d.ts b/index.d.ts index 842405d..7b9752e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -98,7 +98,7 @@ List of HTML event handler attributes. import htmlEventAttributes from "@prettier/html-event-attributes"; console.log(htmlEventAttributes); -//=> ['onafterprint', 'onauxclick', 'onbeforeinput', …] +//=> ['onabort', 'onafterprint', 'onauxclick', …] ``` */ declare const htmlEventAttributes: readonly HtmlEventAttributes[];