Skip to content

Commit

Permalink
chore(iam): correct spelling in documentation (#23961)
Browse files Browse the repository at this point in the history
docs: correct spelling in documentation

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kavichu authored Feb 2, 2023
1 parent 5d59134 commit 29cf3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iam/lib/principals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class ComparablePrincipal {
*/
export interface IAssumeRolePrincipal extends IPrincipal {
/**
* Add the princpial to the AssumeRolePolicyDocument
* Add the principal to the AssumeRolePolicyDocument
*
* Add the statements to the AssumeRolePolicyDocument necessary to give this principal
* permissions to assume the given role.
Expand Down

0 comments on commit 29cf3c0

Please sign in to comment.