diff --git a/docs/components/fork-button.tsx b/docs/components/fork-button.tsx index 24850877..f0fbf10a 100644 --- a/docs/components/fork-button.tsx +++ b/docs/components/fork-button.tsx @@ -9,7 +9,7 @@ export function ForkButton({ url }: { url: string }) { diff --git a/docs/content/docs/examples/astro.mdx b/docs/content/docs/examples/astro.mdx index 1e18c583..edf030a0 100644 --- a/docs/content/docs/examples/astro.mdx +++ b/docs/content/docs/examples/astro.mdx @@ -3,16 +3,15 @@ title: Astro example descirption: Better auth astro example --- -This is an example of how to use Better Auth with Astro. It uses Solid for buildng the components. +This is an example of how to use Better Auth with Astro. It uses Solid for building the components. **Implements the following features:** Email & Password . Social Sign-in with Google . Passkeys . Email Verification . Password Reset . Two Factor Authentication . Profile Update . Session Management + - - -