Skip to content

Commit 243e06c

Browse files
committed
fix typo
1 parent f6aac85 commit 243e06c

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

1-Authentication/0-sign-in-vanillajs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Here you'll learn about [ID Tokens](https://docs.microsoft.com/azure/active-dire
6464
* [VS Code Azure Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension is recommended for interacting with Azure through VS Code Interface.
6565
* A modern web browser.
6666
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
67-
* A user account with permissions to create applications in * An external tenant.
67+
* A user account with permissions to an external tenant.
6868

6969
## Setup the sample
7070

1-Authentication/1-sign-in-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here you'll learn how to [sign-in](https://docs.microsoft.com/azure/active-direc
6363
* [Visual Studio Code](https://code.visualstudio.com/download) is recommended for running and editing this sample.
6464
* [VS Code Azure Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension is recommended for interacting with Azure through VS Code Interface.
6565
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
66-
* A user account in * An external tenant.
66+
* A user an external tenant.
6767

6868
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com/) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
6969

1-Authentication/3-sign-in-electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Here you'll learn how to sign-in users and acquire [ID tokens](https://docs.micr
6969
* [VS Code Azure Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension is recommended for interacting with Azure through VS Code Interface.
7070
* A modern web browser.
7171
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
72-
* A user account in * An external tenant.
72+
* A user an external tenant.
7373

7474
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com/) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
7575

1-Authentication/4-sign-in-device-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This sample demonstrates a Node headless application that authenticates users wi
5555
## Prerequisites
5656

5757
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
58-
* A user account in * An external tenant.
58+
* A user an external tenant.
5959

6060
>This sample will not work with a **personal Microsoft account**. If you're signed in to the [Microsoft Entra admin center](https://entra.microsoft.com/) with a personal Microsoft account and have not created a user account in your directory before, you will need to create one before proceeding.
6161

1-Authentication/6-sign-in-node-cli-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here you'll learn how to sign-in users and acquire [ID tokens](https://docs.micr
6262
* [VS Code Azure Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension is recommended for interacting with Azure through VS Code Interface.
6363
* A modern web browser.
6464
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
65-
* A user account in * An external tenant.
65+
* A user an external tenant.
6666

6767
## Setup the sample
6868

2-Authorization/0-call-api-vanillajs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
7171
* [VS Code Azure Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) extension is recommended for interacting with Azure through VS Code Interface.
7272
* A modern web browser.
7373
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
74-
* A user account in * An external tenant.
74+
* A user an external tenant.
7575

7676
## Setup the sample
7777

2-Authorization/1-call-api-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
6868

6969
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
7070
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
71-
* A user account in * An external tenant.
71+
* A user an external tenant.
7272

7373
## Setup the sample
7474

2-Authorization/2-call-api-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
7070

7171
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
7272
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
73-
* A user account with permissions to create applications in * An external tenant.
73+
* A user account with permissions to an external tenant.
7474

7575
## Setup the sample
7676

2-Authorization/3-call-api-node-daemon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
6868

6969
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
7070
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
71-
* A user account in * An external tenant.
71+
* A user an external tenant.
7272

7373
## Setup the sample
7474

2-Authorization/4-call-api-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Here you'll learn about [access tokens](https://docs.microsoft.com/azure/active-
6868

6969
* Either [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio Code](https://code.visualstudio.com/download) and [.NET Core SDK](https://www.microsoft.com/net/learn/get-started)
7070
* An external tenant. For more information, see: [Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant)
71-
* A user account in * An external tenant.
71+
* A user an external tenant.
7272

7373
## Setup the sample
7474

0 commit comments

Comments
 (0)