Skip to content

Commit 4e42393

Browse files
authored
fix typo
1 parent e755af0 commit 4e42393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-howto-configure-application-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ services.AddSignalR().AddAzureSignalR(options =>
181181
// The token name is not important. You could change it as you like.
182182
new Claim("uniqueToken", Guid.NewGuid().ToString()),
183183

184-
// Cutom claim: Used in ThrottleByJwtCustomClaimRule
184+
// Custom claim: Used in ThrottleByJwtCustomClaimRule
185185
new Claim("<Custom Claim Name>", "<Custom Claim Value>"),
186186
// Custom claim example
187187
new Claim("freeUser", context.Request.Query["username"]),

0 commit comments

Comments
 (0)