From 03b8ade8855e331482f36bfdcde2828a40312544 Mon Sep 17 00:00:00 2001 From: Shivam7-1 <55046031+Shivam7-1@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:04:10 +0530 Subject: [PATCH] Update json-ld.tsx --- src/json-ld.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json-ld.tsx b/src/json-ld.tsx index 7c0ad8d..33f6433 100644 --- a/src/json-ld.tsx +++ b/src/json-ld.tsx @@ -123,7 +123,7 @@ export function helmetJsonLdProp( options?: JsonLdOptions ): { type: "application/ld+json"; - innerHTML: string; + innerText: string; }; export function helmetJsonLdProp( item: WithContext,