From e317349688b18909649b805bbb9394f1b3dd80d8 Mon Sep 17 00:00:00 2001 From: Stephen Strange <80538114+byStrange@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:00:07 +0500 Subject: [PATCH] docs: add quotes to clarify what site title is in example (#25669) --- docs/1.getting-started/5.seo-meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/5.seo-meta.md b/docs/1.getting-started/5.seo-meta.md index 29ec6d2d48..1d31a0ce39 100644 --- a/docs/1.getting-started/5.seo-meta.md +++ b/docs/1.getting-started/5.seo-meta.md @@ -190,7 +190,7 @@ If you want to use a function (for full control), then this cannot be set in you :: -Now, if you set the title to `My Page` with [`useHead`](/docs/api/composables/use-head) on another page of your site, the title would appear as 'My Page - Site Title' in the browser tab. You could also pass `null` to default to the site title. +Now, if you set the title to `My Page` with [`useHead`](/docs/api/composables/use-head) on another page of your site, the title would appear as 'My Page - Site Title' in the browser tab. You could also pass `null` to default to 'Site Title'. ### Body Tags