Skip to content

Commit

Permalink
chore(docs): Fix Next.js spelling (#11618)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 authored Aug 18, 2024
1 parent fceb870 commit 34e209b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/guides/pages/signin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ export default async function SignInPage() {
return redirect(`${SIGNIN_ERROR_URL}?error=${error.type}`)
}

// Otherwise if a redirects happens NextJS can handle it
// so you can just re-thrown the error and let NextJS handle it.
// Otherwise if a redirects happens Next.js can handle it
// so you can just re-thrown the error and let Next.js handle it.
// Docs:
// https://nextjs.org/docs/app/api-reference/functions/redirect#server-component
throw error
Expand Down

0 comments on commit 34e209b

Please sign in to comment.