From 7694919f1d600607aced9c6a63f27a89583ddbc7 Mon Sep 17 00:00:00 2001 From: Shuto Yukawa Date: Tue, 31 Mar 2026 19:06:43 +0900 Subject: [PATCH] docs: fix "acces" typo to "access" in source comments --- packages/aws-cdk-lib/aws-eks-v2/lib/cluster.ts | 2 +- .../aws-cdk-lib/pipelines/lib/codepipeline/codebuild-step.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/aws-cdk-lib/aws-eks-v2/lib/cluster.ts b/packages/aws-cdk-lib/aws-eks-v2/lib/cluster.ts index d0d2abc893f0a..7fadd868757e7 100644 --- a/packages/aws-cdk-lib/aws-eks-v2/lib/cluster.ts +++ b/packages/aws-cdk-lib/aws-eks-v2/lib/cluster.ts @@ -1544,7 +1544,7 @@ export class Cluster extends ClusterBase { * * This method creates an `AccessEntry` construct that grants the specified IAM principal the cluster admin * access permissions. This allows the IAM principal to perform the actions permitted - * by the cluster admin acces. + * by the cluster admin access. * [disable-awslint:no-grants] * * @param id - The ID of the `AccessEntry` construct to be created. diff --git a/packages/aws-cdk-lib/pipelines/lib/codepipeline/codebuild-step.ts b/packages/aws-cdk-lib/pipelines/lib/codepipeline/codebuild-step.ts index ceb4bb9ba1b98..2f04b3b85a28a 100644 --- a/packages/aws-cdk-lib/pipelines/lib/codepipeline/codebuild-step.ts +++ b/packages/aws-cdk-lib/pipelines/lib/codepipeline/codebuild-step.ts @@ -62,7 +62,7 @@ export interface CodeBuildStepProps extends ShellStepProps { /** * Policy statements to add to role used during the synth * - * Can be used to add acces to a CodeArtifact repository etc. + * Can be used to add access to a CodeArtifact repository etc. * * @default - No policy statements added to CodeBuild Project Role */