File tree 2 files changed +3
-3
lines changed
packages/aws-cdk-lib/aws-s3
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1694,7 +1694,7 @@ export interface BucketProps {
1694
1694
readonly notificationsSkipDestinationValidation ?: boolean ;
1695
1695
1696
1696
/**
1697
- * Inteligent Tiering Configurations
1697
+ * Intelligent Tiering Configurations
1698
1698
*
1699
1699
* @see https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering.html
1700
1700
*
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ describe('rules', () => {
163
163
} ) ;
164
164
} ) ;
165
165
166
- test ( 'Noncurrent transistion rule with versions to retain' , ( ) => {
166
+ test ( 'Noncurrent transition rule with versions to retain' , ( ) => {
167
167
// GIVEN
168
168
const stack = new Stack ( ) ;
169
169
@@ -201,7 +201,7 @@ describe('rules', () => {
201
201
} ) ;
202
202
} ) ;
203
203
204
- test ( 'Noncurrent transistion rule without versions to retain' , ( ) => {
204
+ test ( 'Noncurrent transition rule without versions to retain' , ( ) => {
205
205
// GIVEN
206
206
const stack = new Stack ( ) ;
207
207
You can’t perform that action at this time.
0 commit comments