Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Nov 7, 2023
1 parent eb8483f commit d3a76fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v2/emailpassword/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion v2/passwordless/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion v2/thirdparty/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d3a76fd

Please sign in to comment.