Skip to content

Commit b5c8fbc

Browse files
author
Kirill Linnik
committed
fixing grammar errors
1 parent 48fcc04 commit b5c8fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def create_identity_and_get_token(resource_endpoint):
5858

5959
### Send an SMS with service principals
6060

61-
Alternetively, you can utilize your credential to send a Short Message Service (SMS) as shown in the example below:
61+
Alternatively, you can utilize your credential to send a Short Message Service (SMS) as shown in the example below:
6262

6363
```python
6464
def send_sms(resource_endpoint, from_phone_number, to_phone_number, message_content):
@@ -147,7 +147,7 @@ If successful, you see output similar to this:
147147
$ python authentication.py
148148
Retrieving new Access Token, using Service Principals
149149
Retrieved Access Token: ...
150-
Sending SMS using using Service Principals
150+
Sending SMS using Service Principals
151151
SMS ID: ...
152152
Send Result Successful: true
153153
```

0 commit comments

Comments
 (0)