Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tietew authored Nov 23, 2024
1 parent 74d57b5 commit 30f5871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-cloudfront-origins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30f5871

Please sign in to comment.