From 1410756e3f6178f3dda033ef2e2dee51da1ea078 Mon Sep 17 00:00:00 2001 From: Tanvir Rahman Date: Fri, 15 Mar 2024 23:29:40 +0600 Subject: [PATCH] docs: split a sentence in two to improve readability (#26279) --- 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 6c39dfab84..a1ebb2f457 100644 --- a/docs/1.getting-started/5.seo-meta.md +++ b/docs/1.getting-started/5.seo-meta.md @@ -174,7 +174,7 @@ You can use the `titleTemplate` option to provide a dynamic template for customi The `titleTemplate` can either be a string, where `%s` is replaced with the title, or a function. -If you want to use a function (for full control), then this cannot be set in your `nuxt.config`, and it is recommended instead to set it within your `app.vue` file, where it will apply to all pages on your site: +If you want to use a function (for full control), then this cannot be set in your `nuxt.config`. It is recommended instead to set it within your `app.vue` file where it will apply to all pages on your site: ::code-group