Skip to content

Commit

Permalink
fix(aws-cognito): add missing "be" in "...must be using..."
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottRobinson03 committed Apr 4, 2023
1 parent f2e660c commit f54c935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-cognito/lib/user-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export interface UserPoolProps {
readonly smsRole?: IRole;

/**
* The 'ExternalId' that Cognito service must using when assuming the `smsRole`, if the role is restricted with an 'sts:ExternalId' conditional.
* The 'ExternalId' that Cognito service must be using when assuming the `smsRole`, if the role is restricted with an 'sts:ExternalId' conditional.
* Learn more about ExternalId here - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html
*
* This property will be ignored if `smsRole` is not specified.
Expand Down

0 comments on commit f54c935

Please sign in to comment.