Skip to content

Commit

Permalink
Update custom-pages.md
Browse files Browse the repository at this point in the history
Fix a typo in the example
  • Loading branch information
bahulneel authored Sep 1, 2024
1 parent ae2bf09 commit 5ef4258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/authjs/custom-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ definePageMeta({
})
const route = useRoute()
const erorCode = computed(() => route.params.error)
const errorCode = computed(() => route.params.error)
</script>
<template>
Expand Down

0 comments on commit 5ef4258

Please sign in to comment.