Skip to content

Commit

Permalink
chore(cognito): fix typo of user pool feature plans doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 committed Dec 26, 2024
1 parent 0e1854d commit 50a9f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-cognito/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ userPool.grant(role, 'cognito-idp:AdminCreateUser');
### User pool feature plans

Amazon Cognito has feature plans for user pools. Each plan has a set of features and a monthly cost per active user. Each feature plan unlocks access to more features than the one before it.
Lean more aboug [feature plans here](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sign-in-feature-plans.html).
Learn more about [feature plans here](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sign-in-feature-plans.html).

- *Lite* - a low-cost feature plan for user pools with lower numbers of monthly active users.
- *Essentials* - all of the latest user pool authentication features.
Expand Down

0 comments on commit 50a9f9a

Please sign in to comment.