Skip to content

Commit 0ab96fa

Browse files
chore: utf-8 to lowercase
Co-authored-by: Rich Harris <[email protected]>
1 parent 6e04f8f commit 0ab96fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ export interface HTMLFieldsetAttributes extends HTMLAttributes<HTMLFieldSetEleme
996996
}
997997

998998
export interface HTMLFormAttributes extends HTMLAttributes<HTMLFormElement> {
999-
'accept-charset'?: 'UTF-8' | (string & {}) | undefined | null;
999+
'accept-charset'?: 'utf-8' | (string & {}) | undefined | null;
10001000
action?: string | undefined | null;
10011001
autocomplete?: AutoFillBase | undefined | null;
10021002
enctype?:

0 commit comments

Comments
 (0)