Skip to content

Commit 06742cf

Browse files
authored
Make heading sentence case per Microsoft style
1 parent d46dc21 commit 06742cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/includes/web-app/quickstart-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void SignIn()
160160

161161
You can protect a controller or controller actions by using the `[Authorize]` attribute. This attribute restricts access to the controller or actions by allowing only authenticated users to access the actions in the controller. An authentication challenge will then happen automatically when an unauthenticated user tries to access one of the actions or controllers decorated by the `[Authorize]` attribute.
162162

163-
### Calling Microsoft Graph from the controller
163+
### Call Microsoft Graph from the controller
164164

165165
You can call Microsoft Graph from the controller by getting the instance of GraphServiceClient using the `GetGraphServiceClient` extension method on the controller, like in the following code:
166166

0 commit comments

Comments
 (0)