mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: fix typo in performance guide (#1628)
This commit is contained in:
@@ -16,7 +16,7 @@ Calling your database every time `useSession` or `getSession` invoked isn’t id
|
||||
To turn on cookie caching, just set `session.cookieCache` in your auth config:
|
||||
|
||||
```ts title="auth.ts"
|
||||
const auth = new BetterAuth({
|
||||
const auth = new betterAuth({
|
||||
session: {
|
||||
cookieCache: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user