Skip to content

Commit 0218745

Browse files
authored
Merge pull request #2722 from igorradovanov/patch-1
Update CdkStack.cs
2 parents 384971b + 8dfb389 commit 0218745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfront-waf-s3-cdk/src/CdkStack.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ internal CdkStack(Construct scope, string id, IStackProps props) : base(scope, i
114114
}
115115
);
116116

117-
//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.
117+
//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.
118118
new CfnOutput(
119119
this,
120120
"CloudFront URL",

0 commit comments

Comments
 (0)