Skip to content

Commit 18513ac

Browse files
committed
fix
1 parent 7dcc729 commit 18513ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-web-pubsub/concept-service-internals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ A client can publish to other clients only when it's _authorized_ to. The `role`
212212
| `webpubsub.sendToGroup` | The client can publish messages to any group. |
213213
| `webpubsub.joinLeaveGroup.<group>` | The client can join/leave group `<group>`. |
214214
| `webpubsub.sendToGroup.<group>` | The client can publish messages to group `<group>`. |
215-
| `webpubsub.joinLeaveGroups.<pattern>` | The client can join/leave any group whose name matches `<pattern>` (see [Wildcard group role patterns](./concept-wildcard-group-roles.md)).
216-
| `webpubsub.sendToGroups.<pattern>` | The client can publish messages to any group whose name matches `<pattern>` (see [Wildcard group role patterns](./concept-wildcard-group-roles.md)).
215+
| `webpubsub.joinLeaveGroups.<pattern>` | The client can join/leave any group whose name matches `<pattern>` (see [Wildcard group role patterns](./concept-wildcard-group-roles.md)). |
216+
| `webpubsub.sendToGroups.<pattern>` | The client can publish messages to any group whose name matches `<pattern>` (see [Wildcard group role patterns](./concept-wildcard-group-roles.md)). |
217217
218218
The server-side can also grant or revoke permissions of the client dynamically through [server protocol](#connection-manager) as to be illustrated in a later section.
219219

0 commit comments

Comments
 (0)