docs: Remove the double space in the Vanilla create client instance on the installation page (#387)

This commit is contained in:
ashley
2024-11-02 10:51:51 +01:00
committed by GitHub
parent f21403ac26
commit 2f02158e09

View File

@@ -397,7 +397,7 @@ If you're using a different base path other than `/api/auth` make sure to pass t
"vanilla"]} defaultValue="react">
<Tab value="vanilla">
```ts title="lib/auth-client.ts"
import { createAuthClient } from "better-auth/client"
import { createAuthClient } from "better-auth/client"
export const authClient = createAuthClient({
baseURL: "http://localhost:3000" // the base url of your auth server // [!code highlight]
})