Skip to content

Commit caa634d

Browse files
authored
Apply suggestions from PR review
Fix capitalization and punctuation.
1 parent 5ef35fe commit caa634d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/communication-services/concepts/sms/opt-out-api-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Key features include:
2626

2727
## Next steps
2828

29-
Let's get started with the [SMS Opt-out API quickstart](../../quickstarts/sms/opt-out-api-quickstart.md)
29+
Let's get started with the [SMS Opt-out API quickstart](../../quickstarts/sms/opt-out-api-quickstart.md).

articles/communication-services/quickstarts/sms/includes/sms-opt-out-api-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get started with Azure Communication Services SMS Opt-out API by using the follo
2424

2525
## Sample code to use Opt-Out API
2626

27-
This sample demonstrates how to use the Opt-Out Management API in JavaScript to programmatically add, remove, or check opt-out entries
27+
This sample demonstrates how to use the Opt-Out Management API in JavaScript to programmatically add, remove, or check opt-out entries.
2828

2929
```html
3030
<script src="Scripts/CryptoJS/sha256-min.js" type="text/javascript"></script>

articles/communication-services/quickstarts/sms/opt-out-api-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ In general, response contents are the same for all actions and contain the succe
130130

131131
## Next steps
132132

133-
In this quickstart, you learned how to send OPt-out requests.
133+
In this quickstart, you learned how to send opt-out requests.
134134

135135
> [!div class="nextstepaction"]
136136
> [Send an SMS message](./send.md)

0 commit comments

Comments
 (0)