Skip to content

Commit 4302099

Browse files
authored
Update enable-authentication-web-api.md
Fixing Acrolinx word-order errors.
1 parent b08851a commit 4302099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/enable-authentication-web-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Add two endpoints to your web API:
262262

263263
# [ASP.NET Core](#tab/csharpclient)
264264

265-
Under the */Controllers* folder, add a *PublicController.cs* file, and then add to it the following code snippet:
265+
Under the */Controllers* folder, add a *PublicController.cs* file, and then add it to the following code snippet:
266266

267267
```csharp
268268
using System;
@@ -307,7 +307,7 @@ app.get('/public', (req, res) => res.send( {'date': new Date() } ));
307307

308308
# [ASP.NET Core](#tab/csharpclient)
309309

310-
Under the */Controllers* folder, add a *HelloController.cs* file, and then add to it the following code:
310+
Under the */Controllers* folder, add a *HelloController.cs* file, and then add it to the following code:
311311

312312
```csharp
313313
using Microsoft.AspNetCore.Authorization;
@@ -438,7 +438,7 @@ In the *appsettings.json* file, update the following properties:
438438

439439
# [Node.js](#tab/nodejsgeneric)
440440

441-
Under the project root folder, create a *config.json* file, and then add to it the following JSON snippet:
441+
Under the project root folder, create a *config.json* file, and then add it to the following JSON snippet:
442442

443443
```json
444444
{

0 commit comments

Comments
 (0)