From 68809824f3cf65126adfc4013548f06dbc87e96d Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:09:55 +0200 Subject: [PATCH] Update html/index.d.ts Co-authored-by: Ignatius Bagus --- html/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }