Skip to content

Commit

Permalink
chore(cognito): emailTransmission is actually emailSettings (#9697)
Browse files Browse the repository at this point in the history
closes #9693


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Niranjan Jayakar authored Aug 14, 2020
1 parent 83a7118 commit 58aad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cognito/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Read more about [email settings here](https://docs.aws.amazon.com/cognito/latest
```ts
new UserPool(this, 'myuserpool', {
// ...
emailTransmission: {
emailSettings: {
from: 'noreply@myawesomeapp.com',
replyTo: 'support@myawesomeapp.com',
},
Expand Down

0 comments on commit 58aad78

Please sign in to comment.