diff --git a/cloudfront-waf-s3-cdk/src/CdkStack.cs b/cloudfront-waf-s3-cdk/src/CdkStack.cs index 47709a898..adffe2287 100644 --- a/cloudfront-waf-s3-cdk/src/CdkStack.cs +++ b/cloudfront-waf-s3-cdk/src/CdkStack.cs @@ -114,7 +114,7 @@ internal CdkStack(Construct scope, string id, IStackProps props) : base(scope, i } ); - //Observe index.html in the url. If we want to auto route to index.html then we can use CloudFront function to redirect requet to index.html. + //Observe index.html in the url. If we want to auto route to index.html then we can use CloudFront function to redirect request to index.html. new CfnOutput( this, "CloudFront URL",