Skip to content

Commit e7d0137

Browse files
committed
Fix typo in quickstart.md
1 parent 2b884d5 commit e7d0137

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

1-Authentication/0-sign-in-vanillajs/AppCreationScripts/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ ms.date: 04/19/2023
2626
> cd App && npm install && npm start
2727
> ```
2828
>
29-
> 1. Visit `http://locahost:3000` in your browser.
29+
> 1. Visit `http://localhost:3000` in your browser.
3030
> 1. Select **Sign-in** on the navigation bar, then follow the prompts.
3131
>

1-Authentication/1-sign-in-react/AppCreationScripts/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ ms.date: 04/19/2023
2626
> cd SPA && npm install && npm start
2727
> ```
2828
>
29-
> 1. Visit `http://locahost:3000` in your browser.
29+
> 1. Visit `http://localhost:3000` in your browser.
3030
> 1. Select **Sign-in** on the navigation bar, then follow the prompts.
3131
>

1-Authentication/2-sign-in-angular/AppCreationScripts/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ ms.date: 04/19/2023
2626
> cd SPA && npm install && npm start
2727
> ```
2828
>
29-
> 1. Visit `http://locahost:4200` in your browser.
29+
> 1. Visit `http://localhost:4200` in your browser.
3030
> 1. Select **Sign-in** on the navigation bar, then follow the prompts.
3131
>

1-Authentication/5-sign-in-express/AppCreationScripts/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ ms.date: 04/19/2023
2525
> cd App && npm install && npm start
2626
> ```
2727
>
28-
> 1. Visit `http://locahost:3000` in your browser.
28+
> 1. Visit `http://localhost:3000` in your browser.
2929
> 1. Select **Sign-in** on the navigation bar, then follow the prompts.
3030
>

0 commit comments

Comments
 (0)