docs: fix typo

This commit is contained in:
Bereket Engida
2024-09-28 21:11:38 +03:00
parent 51e752b3fb
commit 233b8c6db3

View File

@@ -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",