Skip to content

Commit 3e34922

Browse files
authored
Update sms-opt-out-api-csharp.md
1 parent f1302c0 commit 3e34922

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: include file
2+
title: Include file
33
description: include file
44
services: azure-communication-services
55
author: dbasantes
@@ -8,11 +8,11 @@ ms.service: azure-communication-services
88
ms.subservice: azure-communication-services
99
ms.date: 12/06/2024
1010
ms.topic: include
11-
ms.custom: include file
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 C# sample code.
15+
Get started with Azure Communication Services SMS Opt-out API by applying the following C# sample code.
1616

1717
## Prerequisites
1818

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

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

26-
Below is a sample C# implementation demonstrating how to use the Opt-Out Management API to add, remove, or check opt-out entries programmatically.
26+
This sample demonstrates how to use the Opt-Out Management API in C# to programmatically add, remove, or check opt-out entries.
2727

2828
```cs
2929
using System.Globalization;

0 commit comments

Comments
 (0)