Skip to content

Commit 13a64a6

Browse files
Update articles/communication-services/quickstarts/identity/includes/active-directory/service-principal-net.md
Co-authored-by: Paula Miller <[email protected]>
1 parent 03a6f4b commit 13a64a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/identity/includes/active-directory/service-principal-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public SmsSendResult SendSms(Uri resourceEndpoint, string from, string to, strin
8989
}
9090
```
9191

92-
## Write the Main Method
92+
## Write the Main method
9393

9494
In the `Main` method of your `Program.cs` file, add code to call the methods you created for issuing a token and sending an SMS. Your `Main` method should look similar to this:
9595

0 commit comments

Comments
 (0)