docs: fix typo in performance guide (#1628)

This commit is contained in:
Yam Catzenelson
2025-03-02 15:28:31 +02:00
committed by GitHub
parent dab0c80384
commit e21e76630a

View File

@@ -16,7 +16,7 @@ Calling your database every time `useSession` or `getSession` invoked isnt 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,