mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
docs: fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ export const auth = await betterAuth({
|
||||
|
||||
**Example: Postgres**
|
||||
```ts title="auth.ts"
|
||||
import { betterAuth } from "better-auth
|
||||
import { betterAuth } from "better-auth"
|
||||
export const auth = await betterAuth({
|
||||
database: {
|
||||
provider: "postgres",
|
||||
@@ -33,7 +33,7 @@ export const auth = await betterAuth({
|
||||
|
||||
**Exmaple: Mysql**
|
||||
```ts title="auth.ts"
|
||||
import { betterAuth } from "better-auth
|
||||
import { betterAuth } from "better-auth"
|
||||
export const auth = await betterAuth({
|
||||
database: {
|
||||
provider: "mysql",
|
||||
|
||||
Reference in New Issue
Block a user