Skip to content

Commit 1e55666

Browse files
Merge pull request #127128 from changeworld/patch-24
Fix typo: wont -> won't
2 parents 6f6abab + b25cdb4 commit 1e55666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/howto-configure-application-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The application firewall rules only take effect when the access token contains t
128128
Below is an example to add userId and insert a unique placeholder in the access token:
129129

130130
```cs
131-
// The GUID role wont have any effect. But it ensures this token's uniqueness when using rule ThrottleByJwtSignatureRule.
131+
// The GUID role won't have any effect. But it ensures this token's uniqueness when using rule ThrottleByJwtSignatureRule.
132132
var url = service.GetClientAccessUri((userId: "user1" , roles: new string[] { "webpubsub.joinLeaveGroup.group1", Guid.NewGuid().ToString()});
133133
```
134134

0 commit comments

Comments
 (0)