diff --git a/docs/3.api/1.components/12.nuxt-route-announcer.md b/docs/3.api/1.components/12.nuxt-route-announcer.md index b53f9fa925..5b20e6dd53 100644 --- a/docs/3.api/1.components/12.nuxt-route-announcer.md +++ b/docs/3.api/1.components/12.nuxt-route-announcer.md @@ -1,6 +1,6 @@ --- title: '' -description: 'Add a hidden element with the page title for assistive technologies.' +description: 'The component adds a hidden element with the page title to announce route changes to assistive technologies.' navigation: badge: New links: @@ -16,7 +16,7 @@ This component is available in Nuxt v3.12+. ## Usage -Add `` in your [`app.vue`](/docs/guide/directory-structure/app) or [`layouts/`](/docs/guide/directory-structure/layouts) to enhance accessibility by informing assistive technologies about page's title changes. This ensures that navigational changes are announced to users relying on screen readers. +Add `` in your [`app.vue`](/docs/guide/directory-structure/app) or [`layouts/`](/docs/guide/directory-structure/layouts) to enhance accessibility by informing assistive technologies about page title changes. This ensures that navigational changes are announced to users relying on screen readers. ```vue [app.vue]