diff --git a/docs/3.api/2.components/2.nuxt-page.md b/docs/3.api/2.components/2.nuxt-page.md index 0e99ad4bb880..b1a745cb2679 100644 --- a/docs/3.api/2.components/2.nuxt-page.md +++ b/docs/3.api/2.components/2.nuxt-page.md @@ -71,7 +71,7 @@ In addition, `NuxtPage` also accepts custom props that you may need to pass furt ``` -For example, in above example, value of `foobar` will be available using `attrs.foobar`. +For example, in the above example, the value of `foobar` will be available using `$attrs.foobar` in the template or `useAttrs().foobar` in `