Skip to content

Commit 2b1bdce

Browse files
authored
docs: correct typo in installation.mdx (#11258)
Update installation.mdx
1 parent 18550d1 commit 2b1bdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const { handlers, signIn, signOut, auth } = NextAuth({
7777
})
7878
```
7979

80-
2. Add an Route Handler under `/app/api/auth/[...nextauth]/route.ts`.
80+
2. Add a Route Handler under `/app/api/auth/[...nextauth]/route.ts`.
8181

8282
<Callout>
8383
This file must be an App Router Route Handler, however, the rest of your app

0 commit comments

Comments
 (0)