From 29cf3c053e76414f2aef8f6582b1d6f443b4c527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Vald=C3=A9s?= Date: Thu, 2 Feb 2023 12:29:46 -0300 Subject: [PATCH] chore(iam): correct spelling in documentation (#23961) 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* --- packages/@aws-cdk/aws-iam/lib/principals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-iam/lib/principals.ts b/packages/@aws-cdk/aws-iam/lib/principals.ts index bfdc8a2369644..895cfa8961798 100644 --- a/packages/@aws-cdk/aws-iam/lib/principals.ts +++ b/packages/@aws-cdk/aws-iam/lib/principals.ts @@ -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.