Skip to content

Commit 36a019d

Browse files
Fix terms
Adheres to do-not-use terminology rules
1 parent 5e986b7 commit 36a019d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-signalr-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article explains how to authenticate and send real-time messages to clients
1616

1717
## Packages - Functions 2.x
1818

19-
The SignalR Service bindings are provided in the [Microsoft.Azure.WebJobs.Extensions.SignalRService](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.SignalRService) NuGet package, version 1.*. Source code for the package is in the [azure-functions-signalrservice-extension](https://github.com/Azure/azure-functions-signalrservice-extension) GitHub repository.
19+
The SignalR Service bindings are provided in the [Microsoft.Azure.WebJobs.Extensions.SignalRService](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.SignalRService) Nuget package, version 1.*. Source code for the package is in the [azure-functions-signalrservice-extension](https://github.com/Azure/azure-functions-signalrservice-extension) GitHub repository.
2020

2121
[!INCLUDE [functions-package-v2](../../includes/functions-package-v2-manual-portal.md)]
2222

@@ -433,7 +433,7 @@ public SignalRMessage sendMessage(
433433

434434
### Send to a user
435435

436-
You can send a message only to connections that have been authenticated to a user by setting the *user id* in the SignalR message.
436+
You can send a message only to connections that have been authenticated to a user by setting the *user ID* in the SignalR message.
437437

438438
# [C#](#tab/csharp)
439439

0 commit comments

Comments
 (0)