Skip to content

Commit 0b4f171

Browse files
ykethanAmplifiyer
andauthored
Update src/pages/[platform]/build-a-backend/auth/use-existing-cognito-resources/index.mdx
Co-authored-by: Amplifiyer <[email protected]>
1 parent 49e7b41 commit 0b4f171

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/use-existing-cognito-resources

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/use-existing-cognito-resources/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const auth = referenceAuth({
150150
});
151151
```
152152

153-
Additionally, you can also use the `groups` property to define groups created in the user pool. This is useful if you want to work with groups in your application and provide access to resources such as storage based on group membership.
153+
Additionally, you can also use the `groups` property to reference groups in your user pool. This is useful if you want to work with groups in your application and provide access to resources such as storage based on group membership.
154154

155155
```ts title="amplify/auth/resource.ts"
156156
import { referenceAuth } from '@aws-amplify/backend';

0 commit comments

Comments
 (0)