From 30f5871059fecbf0c9ac6ff98fcdc5fd37efb75b Mon Sep 17 00:00:00 2001 From: Tietew Date: Sun, 24 Nov 2024 01:44:40 +0900 Subject: [PATCH] fixed a typo --- packages/aws-cdk-lib/aws-cloudfront-origins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)