Skip to content

Commit

Permalink
docs(cognito): Fix minor typos in documentation (#24924)
Browse files Browse the repository at this point in the history
A tiny PR that just fixes two typos I happened to notice.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ScottRobinson03 authored Apr 4, 2023
1 parent 334dc80 commit 7745d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-cognito/lib/user-pool-email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface UserPoolSESOptions {
readonly fromName?: string;

/**
* The destination to which the receiver of the email should reploy to.
* The destination to which the receiver of the email should reply to.
*
* @default - same as the fromEmail
*/
Expand Down
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 7745d35

Please sign in to comment.