Skip to content

Commit 99b8206

Browse files
authored
Update sms-opt-out-api-javascript.md
1 parent 4bca949 commit 99b8206

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: include file
2+
title: Include file
33
description: include file
44
services: azure-communication-services
55
author: dbasantes
66

77
ms.service: azure-communication-services
88
ms.subservice: azure-communication-services
99
ms.date: 12/06/2024
10-
ms.topic: include
11-
ms.custom: include file
10+
ms.topic: Include
11+
ms.custom: Include file
1212
ms.author: dbasantes
1313
---
1414

15-
Get started with Azure Communication Services SMS Opt-out API by leveraging the following Javascript sample code.
15+
Get started with Azure Communication Services SMS Opt-out API by using the following JavaScript sample code.
1616

1717
## Prerequisites
1818

@@ -24,7 +24,7 @@ Get started with Azure Communication Services SMS Opt-out API by leveraging the
2424

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

27-
Below is a sample Javascript implementation demonstrating how to use the Opt-Out Management API to add, remove, or check opt-out entries programmatically.
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>

0 commit comments

Comments
 (0)