diff --git a/docs/content/docs/integrations/next.mdx b/docs/content/docs/integrations/next.mdx index 279399e6..b61ef73f 100644 --- a/docs/content/docs/integrations/next.mdx +++ b/docs/content/docs/integrations/next.mdx @@ -92,7 +92,7 @@ import { nextCookies } from "better-auth/next-js"; export const auth = betterAuth({ //...your config - plugins: [nextCookies()] + plugins: [nextCookies()] // make sure this is the last plugin in the array // ![code highlight] }) ```