Skip to content

Commit d864899

Browse files
authored
Update manage-streaming-endpoints-howto.md
1 parent b3e461d commit d864899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/media-services/latest/manage-streaming-endpoints-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ See the complete [Java code sample](https://github.com/Azure-Samples/media-servi
5757

5858
## Use the .NET SDK
5959

60-
```charp
60+
```csharp
6161
StreamingEndpoint streamingEndpoint = await client.StreamingEndpoints.GetAsync(config.ResourceGroup, config.AccountName, DefaultStreamingEndpointName);
6262

6363
if (streamingEndpoint != null)

0 commit comments

Comments
 (0)