From 944ed5e2a329179464eb483cf45882484c0205e7 Mon Sep 17 00:00:00 2001 From: Michael Rawlings Date: Tue, 6 Aug 2024 12:23:10 -0400 Subject: [PATCH] format --- packages/marko/tags-html.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/marko/tags-html.d.ts b/packages/marko/tags-html.d.ts index 484794df6d..0732183c89 100644 --- a/packages/marko/tags-html.d.ts +++ b/packages/marko/tags-html.d.ts @@ -1513,7 +1513,7 @@ declare global { * @see https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-name */ name?: AttrString; - + /** @see https://ogp.me/ */ property?: AttrString; }