diff --git a/docs/content/docs/examples/astro.mdx b/docs/content/docs/examples/astro.mdx index 1cb71473..3d633920 100644 --- a/docs/content/docs/examples/astro.mdx +++ b/docs/content/docs/examples/astro.mdx @@ -1,6 +1,6 @@ --- title: Astro example -descirption: Better Auth astro example +description: Better Auth astro example --- This is an example of how to use Better Auth with Astro. It uses Solid for building the components. diff --git a/docs/content/docs/examples/next-js.mdx b/docs/content/docs/examples/next-js.mdx index bbf0554f..9a728fef 100644 --- a/docs/content/docs/examples/next-js.mdx +++ b/docs/content/docs/examples/next-js.mdx @@ -1,6 +1,6 @@ --- title: Next js example -descirption: Better Auth next js example +description: Better Auth next js example --- This is an example of how to use Better Auth with Next. diff --git a/docs/content/docs/examples/nuxt.mdx b/docs/content/docs/examples/nuxt.mdx index d9bd582a..4fb1cebd 100644 --- a/docs/content/docs/examples/nuxt.mdx +++ b/docs/content/docs/examples/nuxt.mdx @@ -1,6 +1,6 @@ --- title: Nuxt js example -descirption: Better Auth nuxt js example +description: Better Auth nuxt js example --- This is an example of how to use Better Auth with Nuxt diff --git a/docs/content/docs/examples/remix.mdx b/docs/content/docs/examples/remix.mdx index adadd008..a1650dc9 100644 --- a/docs/content/docs/examples/remix.mdx +++ b/docs/content/docs/examples/remix.mdx @@ -1,6 +1,6 @@ --- -title: Astro example -descirption: Better Auth astro example +title: Remix example +description: Better Auth remix example --- This is an example of how to use Better Auth with Remix. diff --git a/docs/content/docs/examples/svelte-kit.mdx b/docs/content/docs/examples/svelte-kit.mdx index 842f0b0b..2cde1235 100644 --- a/docs/content/docs/examples/svelte-kit.mdx +++ b/docs/content/docs/examples/svelte-kit.mdx @@ -1,6 +1,6 @@ --- title: Svelte Kit -descirption: Better Auth Svelte Kit example +description: Better Auth Svelte Kit example --- This is an example of how to use Better Auth with Svelte Kit. diff --git a/docs/content/docs/plugins/organization.mdx b/docs/content/docs/plugins/organization.mdx index 3f8a6176..3a721453 100644 --- a/docs/content/docs/plugins/organization.mdx +++ b/docs/content/docs/plugins/organization.mdx @@ -1,6 +1,6 @@ --- title: Organization -descirption: The organization plugin allows you to manage your organization's members and teams. +description: The organization plugin allows you to manage your organization's members and teams. --- Organizations simplifies user access and permissions management. Assign roles and permissions to streamline project management, team coordination, and partnerships. diff --git a/docs/content/docs/plugins/phone-number.mdx b/docs/content/docs/plugins/phone-number.mdx index 80d0a4de..71674b99 100644 --- a/docs/content/docs/plugins/phone-number.mdx +++ b/docs/content/docs/plugins/phone-number.mdx @@ -1,6 +1,6 @@ --- title: Phone Number -descirption: Phone number plugin +description: Phone number plugin --- The phone number plugin extends the authentication system by allowing users to sign in and sign up using their phone number. It includes OTP (One-Time Password) functionality to verify phone numbers.