Skip to content

Commit e8aca53

Browse files
authored
Update signalr-concept-serverless-development-config.md
1 parent 23e833f commit e8aca53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-concept-serverless-development-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public class Functions : ServerlessHub<IChatClient>
187187
It allows you to customize where the connection string for serverless hub is. If it's absent, the default value `AzureSignalRConnectionString` is used.
188188

189189
> [!IMPORTANT]
190-
> SignalR triggers and serverless hubs are independent. Therefore, the class name of serverless hub and `SignalRConnection` attribute doesn't change the setting of SignalR triggers, even though you use SignalR triggers inside the serverless hub.
190+
> SignalR triggers and serverless hubs are independent. Therefore, the class name of serverless hub and `SignalRConnection` attribute doesn't change the settings of SignalR triggers, even though you use SignalR triggers inside the serverless hub.
191191

192192
# [In-process model](#tab/in-process)
193193

0 commit comments

Comments
 (0)