Skip to content

Commit d5cd4f9

Browse files
author
Tiago Brenck
committed
Grammar fix
1 parent 817e5ea commit d5cd4f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1-WebApp-OIDC/1-1-MyOrg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ cd "1-WebApp-OIDC\1-1-MyOrg"
172172
- update the `sslPort` of the `iisSettings` section to be `44321`
173173
- in the `applicationUrl` property of use `https://localhost:44321`
174174
175-
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
175+
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use the `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
176176

177177
- at the top of the file, add the following using directive:
178178

1-WebApp-OIDC/1-2-AnyOrg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ cd "1-WebApp-OIDC\1-2-AnyOrg"
164164
- update the `sslPort` of the `iisSettings` section to be `44321`
165165
- in the `applicationUrl` property of use `https://localhost:44321`
166166
167-
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
167+
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use the `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
168168

169169
- at the top of the file, add the following using directive:
170170

1-WebApp-OIDC/1-3-AnyOrgOrPersonal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ In the **appsettings.json** file:
159159
- update the `sslPort` of the `iisSettings` section to be `44321`
160160
- in the `applicationUrl` property of use `https://localhost:44321`
161161
162-
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
162+
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use the `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
163163

164164
- at the top of the file, add the following using directive:
165165

1-WebApp-OIDC/1-4-Sovereign/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ cd "1-WebApp-OIDC\1-4-Sovereign"
130130
- update the `sslPort` of the `iisSettings` section to be `44321`
131131
- in the `applicationUrl` property of use `https://localhost:44321`
132132
133-
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
133+
1. (Optional) If you don't have a custom `AccountController` to handle the *sign-in* and *sign-out* requests, you can use the `Microsoft.Identity.Web.UI` built-in one. For that, please include this change on **Startup.cs**:
134134

135135
- at the top of the file, add the following using directive:
136136

0 commit comments

Comments
 (0)