mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: typo fix (#59)
This commit is contained in:
@@ -30,7 +30,7 @@ npx better-auth migrate
|
||||
Create a client instance. You can name the file anything you want. Here we are creating `client.ts` file inside the `lib/` directory.
|
||||
|
||||
```ts title="client.ts"
|
||||
import { createAuthClient } from "better-auth/svelte" // make sure to import from better-auth/svlete
|
||||
import { createAuthClient } from "better-auth/svelte" // make sure to import from better-auth/svelte
|
||||
|
||||
export const client = createAuthClient({
|
||||
//you can pass client configuration here
|
||||
@@ -96,4 +96,4 @@ export async function load(request: Request) {
|
||||
}
|
||||
return session;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user