Skip to content

Commit 009b5ab

Browse files
jmprieurcilwerner
andauthored
Apply suggestions from code review
committing pr review suggestions Co-authored-by: Chris Werner <[email protected]>
1 parent f581baf commit 009b5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-web-app-call-api-acquire-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class HomeController : Controller
114114
}
115115
```
116116

117-
Here's another simplified code for the action of the `HomeController`, which gets an access token to call Microsoft Graph as a REST API:
117+
The following snippet shows the action of the `HomeController`, which gets an access token to call Microsoft Graph as a REST API:
118118

119119
```csharp
120120
[Authorize]

0 commit comments

Comments
 (0)