mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05: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