From 73596fdcfc7c29fd979bf6f0f40def0908ee5687 Mon Sep 17 00:00:00 2001 From: James Ray Date: Sat, 15 Oct 2022 00:08:59 -0700 Subject: [PATCH] Update 5.seo-meta.md adds missing quote on example code --- docs/content/1.getting-started/5.seo-meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/5.seo-meta.md b/docs/content/1.getting-started/5.seo-meta.md index 636a5b56feb..412dd1343c7 100644 --- a/docs/content/1.getting-started/5.seo-meta.md +++ b/docs/content/1.getting-started/5.seo-meta.md @@ -62,7 +62,7 @@ useHead({ bodyAttrs: { class: 'test' }, - script: [ { children: 'console.log(\'Hello world\') } ] + script: [ { children: 'console.log(\'Hello world\')' } ] }) ```