Skip to content

Commit ed08f3f

Browse files
authored
fix: typo in jsdoc of noncurrentVersionTransitions property (#34620)
### Reason for this change Fix small typo found when reading the docs :p *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 8848134 commit ed08f3f

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-s3/lib

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export interface LifecycleRule {
8888
/**
8989
* One or more transition rules that specify when non-current objects transition to a specified storage class.
9090
*
91-
* Only for for buckets with versioning enabled (or suspended).
91+
* Only for buckets with versioning enabled (or suspended).
9292
*
9393
* If you specify a transition and expiration time, the expiration time
9494
* must be later than the transition time.

0 commit comments

Comments
 (0)