Skip to content

Commit

Permalink
docs(elasticloadbalancingv2): the documentation link of `crossZoneEna…
Browse files Browse the repository at this point in the history
…bled` is broken (#30624)

### Issue # (if applicable)

None

### Reason for this change

The documentation link of `crossZoneEnabled` is broken due to unnecessary hyphen.

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_elasticloadbalancingv2.NetworkLoadBalancer.html#crosszoneenabled

<img width="732" alt="スクリーンショット 2024-06-23 0 33 20" src="https://github.com/aws/aws-cdk/assets/64848616/5096bf05-4e6e-4e72-a882-1e8d1a817ff5">

### Description of changes

Removed unnecessary hyphen.

### Description of how you validated changes

None

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
badmintoncryer committed Jun 24, 2024
1 parent 9e9cc27 commit a232145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface BaseLoadBalancerProps {
*
* @default - false for Network Load Balancers and true for Application Load Balancers.
* This can not be `false` for Application Load Balancers.
* @see - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html
*/
readonly crossZoneEnabled?: boolean;

Expand Down

0 comments on commit a232145

Please sign in to comment.