Skip to content

Commit

Permalink
chore(docs): fix typos (#32876)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

None

### Reason for this change

Fixed typos in code comments.

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
andyu17 authored Jan 13, 2025
1 parent 04811ff commit e7e908b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit e7e908b

Please sign in to comment.