diff --git a/v2/emailpassword/introduction.mdx b/v2/emailpassword/introduction.mdx index 2216992d6..10b4c148d 100644 --- a/v2/emailpassword/introduction.mdx +++ b/v2/emailpassword/introduction.mdx @@ -29,7 +29,7 @@ hide_title: true ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} ``` -- The user managemen dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. +- The user management dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. ## Architecture diff --git a/v2/passwordless/introduction.mdx b/v2/passwordless/introduction.mdx index 6306b79a3..babea4eed 100644 --- a/v2/passwordless/introduction.mdx +++ b/v2/passwordless/introduction.mdx @@ -31,7 +31,7 @@ import TechStackSupport from "../community/reusableMD/supported-tech-stacks.mdx" ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} ``` -- The user managemen dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. +- The user management dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. ## Architecture diff --git a/v2/thirdparty/introduction.mdx b/v2/thirdparty/introduction.mdx index e494b6482..363c5bb8f 100644 --- a/v2/thirdparty/introduction.mdx +++ b/v2/thirdparty/introduction.mdx @@ -29,7 +29,7 @@ hide_title: true ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} ``` -- The user managemen dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. +- The user management dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. ## Architecture diff --git a/v2/thirdpartypasswordless/introduction.mdx b/v2/thirdpartypasswordless/introduction.mdx index 9f1c0507d..304db002c 100644 --- a/v2/thirdpartypasswordless/introduction.mdx +++ b/v2/thirdpartypasswordless/introduction.mdx @@ -31,7 +31,7 @@ hide_title: true ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} ``` -- The user managemen dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. +- The user management dashboard for the starter app can be accessed on `http://localhost:3001/auth/dashboard`. You will have to first create users (instrs are on the dashboard UI), before logging in. ## Architecture