From 2dea0d3c8009820bd0ee5c421b0384ca39ce52de Mon Sep 17 00:00:00 2001 From: Naim Ahmed Shuvo <61267686+shuvo-me@users.noreply.github.com> Date: Sat, 10 Feb 2024 05:00:58 +0600 Subject: [PATCH] docs: improve wording in seo docs (#25692) --- docs/1.getting-started/5.seo-meta.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/1.getting-started/5.seo-meta.md b/docs/1.getting-started/5.seo-meta.md index 84a26c1eab..ebc0ac99d2 100644 --- a/docs/1.getting-started/5.seo-meta.md +++ b/docs/1.getting-started/5.seo-meta.md @@ -29,7 +29,7 @@ Shortcuts are available to make configuration easier: `charset` and `viewport`. ## `useHead` -The [`useHead`](/docs/api/composables/use-head) composable function allows you to manage your head tags in a programmatic and reactive way, +The [`useHead`](/docs/api/composables/use-head) composable function allows you to manage your head tags programmatically and reactively, powered by [Unhead](https://unhead.unjs.io). As with all composables, it can only be used with a components `setup` and lifecycle hooks. @@ -76,9 +76,9 @@ useSeoMeta({ Nuxt provides `