From 5ef425824fafbcc47fbc4bba07fa4acba3503d21 Mon Sep 17 00:00:00 2001 From: Bahul Neel Upadhyaya Date: Sun, 1 Sep 2024 13:07:48 +0100 Subject: [PATCH 1/2] Update custom-pages.md Fix a typo in the example --- docs/guide/authjs/custom-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/authjs/custom-pages.md b/docs/guide/authjs/custom-pages.md index 72f7332d..ea717fab 100644 --- a/docs/guide/authjs/custom-pages.md +++ b/docs/guide/authjs/custom-pages.md @@ -77,7 +77,7 @@ definePageMeta({ }) const route = useRoute() -const erorCode = computed(() => route.params.error) +const errorCode = computed(() => route.params.error)