mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
docs: fix import typo in svelte kit guide (#3654)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user