Skip to content

Commit 8dfb389

Browse files
Update CdkStack.cs
Fixes small typo in function doctype
1 parent c63b518 commit 8dfb389

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)