diff --git a/html/index.d.ts b/html/index.d.ts
index 2cfdee229d..697155e9c7 100644
--- a/html/index.d.ts
+++ b/html/index.d.ts
@@ -990,7 +990,7 @@ export interface TableHTMLAttributes extends HTMLAttributes {
cellpadding?: number | string | undefined | null;
cellspacing?: number | string | undefined | null;
frame?: boolean | undefined | null;
- rules?: "none" | "groups" | "rows" | "columns" | "all" | undefined | null;
+ rules?: 'none' | 'groups' | 'rows' | 'columns' | 'all' | undefined | null;
summary?: string | undefined | null;
width?: number | string | undefined | null;
}