diff --git a/html/index.d.ts b/html/index.d.ts
index f9749193c4..b502e451ae 100644
--- a/html/index.d.ts
+++ b/html/index.d.ts
@@ -533,8 +533,8 @@ export interface HTMLAttributes extends AriaAttributes, D
*/
innerHTML?: string | undefined | null;
/**
- * Elements with the contenteditable attribute support innerHTML and textContent bindings.
- */
+ * Elements with the contenteditable attribute support innerHTML and textContent bindings.
+ */
textContent?: string | undefined | null;
}