From fcae264d9e9f2cd3d21dc58ea301eba4a0b09677 Mon Sep 17 00:00:00 2001 From: Shivam7-1 <55046031+Shivam7-1@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:07:46 +0530 Subject: [PATCH] Update-2 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..62db65a 100644 --- a/src/json-ld.tsx +++ b/src/json-ld.tsx @@ -130,7 +130,7 @@ export function helmetJsonLdProp( options?: JsonLdOptions ): { type: "application/ld+json"; - innerHTML: string; + innerText: string; }; export function helmetJsonLdProp( item: WithContext | Graph,