Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks-v2/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Loading