Skip to content

Commit 2cb6623

Browse files
Update data (#2)
Co-authored-by: fisker <[email protected]>
1 parent 8edcf38 commit 2cb6623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ List of HTML event handler attributes.
9898
import htmlEventAttributes from "@prettier/html-event-attributes";
9999
100100
console.log(htmlEventAttributes);
101-
//=> ['onafterprint', 'onauxclick', 'onbeforeinput', …]
101+
//=> ['onabort', 'onafterprint', 'onauxclick', …]
102102
```
103103
*/
104104
declare const htmlEventAttributes: readonly HtmlEventAttributes[];

0 commit comments

Comments
 (0)