Skip to content

Commit

Permalink
Merge branch 'main' into huijbers/no-silent-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 13, 2025
2 parents eb4dcf9 + e7e908b commit 2849820
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 111 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks-v2-alpha/lib/addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface AddonProps {
*/
readonly addonName: string;
/**
* Version of the Add-On. You can check all available versions with describe-addon-versons.
* Version of the Add-On. You can check all available versions with describe-addon-versions.
* For example, this lists all available versions for the `eks-pod-identity-agent` addon:
* $ aws eks describe-addon-versions --addon-name eks-pod-identity-agent \
* --query 'addons[*].addonVersions[*].addonVersion'
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-s3/lib/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ export interface BucketProps {
readonly notificationsSkipDestinationValidation?: boolean;

/**
* Inteligent Tiering Configurations
* Intelligent Tiering Configurations
*
* @see https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering.html
*
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-s3/test/rules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('rules', () => {
});
});

test('Noncurrent transistion rule with versions to retain', () => {
test('Noncurrent transition rule with versions to retain', () => {
// GIVEN
const stack = new Stack();

Expand Down Expand Up @@ -201,7 +201,7 @@ describe('rules', () => {
});
});

test('Noncurrent transistion rule without versions to retain', () => {
test('Noncurrent transition rule without versions to retain', () => {
// GIVEN
const stack = new Stack();

Expand Down
Loading

0 comments on commit 2849820

Please sign in to comment.