From 1b8d9d70d216e88f13362e046202b4d8c22aba13 Mon Sep 17 00:00:00 2001 From: Lily <61839831+lilybarberou@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:05:03 +0200 Subject: [PATCH] docs: typo on the installation tutorial (#144) --- docs/content/docs/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/installation.mdx b/docs/content/docs/installation.mdx index 5382822c..1f9e3aae 100644 --- a/docs/content/docs/installation.mdx +++ b/docs/content/docs/installation.mdx @@ -334,14 +334,14 @@ Better Auth supports any backend framework with standard Request and Response ob ### Create Client Instance -The client-side library helps you interact with the auth server. Better Auth comes with a client for all the popular web frameworks inlcuding for vanilla javascript. +The client-side library helps you interact with the auth server. Better Auth comes with a client for all the popular web frameworks including for vanilla javascript. 1. Import `createAuthClient` from the package for your framework (e.g., "better-auth/react" for React). 2. Call the function to create your client. 3. Pass the base url of your auth server. (If the auth server is running on the same domain as your client, you can skip this step.) -If you're using a differnt base path other than `/api/auth` make sure to pass the whole url inlcuding the path. (e.g. `http://localhost:3000/custom-path/auth`) +If you're using a different base path other than `/api/auth` make sure to pass the whole url including the path. (e.g. `http://localhost:3000/custom-path/auth`)