Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Apr 1, 2024
1 parent b0c440c commit d8462c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const lb = new elbv2.ApplicationLoadBalancer(this, 'LB', {
// Whether the load balancer blocks traffic through the Internet Gateway (IGW).
denyAllIgwTraffic: false,

// Whether to preserve Host header in the request to the target
// Whether to preserve host header in the request to the target
preserveHostHeader: true,

// Whether to add the TLS information header to the request
Expand Down

0 comments on commit d8462c7

Please sign in to comment.