diff --git a/packages/aws-cdk-lib/aws-cloudfront-origins/README.md b/packages/aws-cdk-lib/aws-cloudfront-origins/README.md index be0ca1264eb36..bfb38e14a48f3 100644 --- a/packages/aws-cdk-lib/aws-cloudfront-origins/README.md +++ b/packages/aws-cdk-lib/aws-cloudfront-origins/README.md @@ -360,7 +360,7 @@ new cloudfront.Distribution(this, 'distribution', { }); ``` -The the origin is associated to the default behavior, it is highly recommended to specify `defaultRootObject` distribution property. +When the origin is associated to the default behavior, it is highly recommended to specify `defaultRootObject` distribution property. Without it, the root path `https://xxxx.cloudfront.net/` will return the list of the S3 object keys. #### Setting up an OAI (legacy)