Skip to content

Commit ed649de

Browse files
author
Rene Brandel
committed
fixed typo
1 parent a91c5cf commit ed649de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cli/graphql/authorization-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ By default, `group` authorization leverages Amazon Cognito user pool groups but
212212

213213
**Known limitations for real-time subscriptions when using dynamic group authorization**:
214214
1. If you authorize based on a single group per record, then subscriptions are only supported if the user is part of 5 or fewer user groups
215-
2. If you authorize via an array of groups (communities: [String]! example above),
215+
2. If you authorize via an array of groups (`groups: [String]` example above),
216216
- subscriptions are only supported if the user is part of 20 or fewer groups
217217
- you can only authorize 20 or fewer user groups per record
218218

0 commit comments

Comments
 (0)