From f4be14a38ac530dfd0958567e5baf3b0fdae7830 Mon Sep 17 00:00:00 2001
From: Zakir Hossen <33604077+devzakir@users.noreply.github.com>
Date: Thu, 6 Jul 2023 14:20:38 +0600
Subject: [PATCH] docs: fix accessing custom props from child pages (#21977)
---
docs/3.api/2.components/2.nuxt-page.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/3.api/2.components/2.nuxt-page.md b/docs/3.api/2.components/2.nuxt-page.md
index 0e99ad4bb8..b1a745cb26 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 `