docs: correct codeblock title (#6708)

This commit is contained in:
Taesu
2025-12-13 11:44:10 +09:00
committed by github-actions[bot]
parent c1656d0d70
commit 8ef993658e

View File

@@ -918,7 +918,7 @@ When a provider's domain is verified, it is also trusted for **automatic account
<Tabs items={["client", "server"]}>
<Tab value="client">
```ts title="auth.ts"
```ts title="auth-client.ts"
const authClient = createAuthClient({
plugins: [
ssoClient({ // [!code highlight]
@@ -932,7 +932,7 @@ const authClient = createAuthClient({
</Tab>
<Tab value="server">
```ts title="auth-client.ts"
```ts title="auth.ts"
const auth = betterAuth({
plugins: [
sso({ // [!code highlight]