docs: properly capitalize SQLite and Next.js (#9848)

This commit is contained in:
Alessio Gravili
2024-12-09 19:11:51 -07:00
committed by GitHub
parent 254d888b73
commit 76428373e4
3 changed files with 5 additions and 5 deletions

View File

@@ -307,13 +307,13 @@ available:
### Auth
```js
// If you're using nextjs, you'll have to import headers from next/headers, like so:
// If you're using Next.js, you'll have to import headers from next/headers, like so:
// import { headers as nextHeaders } from 'next/headers'
// you'll also have to await headers inside your function, or component, like so:
// const headers = await nextHeaders()
// If you're using payload outside of NextJS, you'll have to provide headers accordingly.
// If you're using payload outside of Next.js, you'll have to provide headers accordingly.
// result will be formatted as follows:
// {