Skip to content

Commit e7e908b

Browse files
authored
chore(docs): fix typos (#32876)
### 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*
1 parent 04811ff commit e7e908b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/aws-cdk-lib/aws-s3/lib/bucket.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ export interface BucketProps {
16941694
readonly notificationsSkipDestinationValidation?: boolean;
16951695

16961696
/**
1697-
* Inteligent Tiering Configurations
1697+
* Intelligent Tiering Configurations
16981698
*
16991699
* @see https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering.html
17001700
*

packages/aws-cdk-lib/aws-s3/test/rules.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ describe('rules', () => {
163163
});
164164
});
165165

166-
test('Noncurrent transistion rule with versions to retain', () => {
166+
test('Noncurrent transition rule with versions to retain', () => {
167167
// GIVEN
168168
const stack = new Stack();
169169

@@ -201,7 +201,7 @@ describe('rules', () => {
201201
});
202202
});
203203

204-
test('Noncurrent transistion rule without versions to retain', () => {
204+
test('Noncurrent transition rule without versions to retain', () => {
205205
// GIVEN
206206
const stack = new Stack();
207207

0 commit comments

Comments
 (0)