docs: fix import typo in svelte kit guide (#3654)

This commit is contained in:
Tayfun Gülcan
2025-07-28 02:51:41 +02:00
committed by GitHub
parent 3afb25a780
commit 76cac0eaa6

View File

@@ -31,7 +31,7 @@ You need to add it as a plugin to your Better Auth instance.
</Callout>
```ts title="lib/auth.ts"
import { BetterAuth } from "better-auth";
import { betterAuth } from "better-auth";
import { sveltekitCookies } from "better-auth/svelte-kit";
import { getRequestEvent } from "$app/server";