diff --git a/html/index.d.ts b/html/index.d.ts index 0715f92ab9..f9749193c4 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -469,7 +469,7 @@ export interface HTMLAttributes extends AriaAttributes, D // Standard HTML Attributes accesskey?: string | undefined | null; class?: string | undefined | null; - contenteditable?: Booleanish | "inherit" | undefined | null; + contenteditable?: Booleanish | 'inherit' | undefined | null; contextmenu?: string | undefined | null; dir?: string | undefined | null; draggable?: Booleanish | undefined | null;