Skip to content

Commit 7434fb9

Browse files
authored
docs: Update getting-started/example.md (#3904)
Shouldn't this also be set to inline-code block?
1 parent a9a3f60 commit 7434fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting-started/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default NextAuth({
3131
})
3232
```
3333

34-
All requests to `/api/auth/*` (`signIn`, callback, `signOut`, etc.) will automatically be handled by NextAuth.js.
34+
All requests to `/api/auth/*` (`signIn`, `callback`, `signOut`, etc.) will automatically be handled by NextAuth.js.
3535

3636
**Further Reading**:
3737

0 commit comments

Comments
 (0)