Skip to content

Commit 6e26c1b

Browse files
authored
docs(elasticloadbalancingv2): fix typos (#32721)
### Issue # (if applicable) N/A ### Reason for this change Fixed typos in the README.md ### 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*
1 parent 26b361d commit 6e26c1b

File tree

1 file changed

+3
-3
lines changed
  • packages/aws-cdk-lib/aws-elasticloadbalancingv2

1 file changed

+3
-3
lines changed

packages/aws-cdk-lib/aws-elasticloadbalancingv2/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const lb = new elbv2.ApplicationLoadBalancer(this, 'LB', {
212212
// The idle timeout value, in seconds
213213
idleTimeout: Duration.seconds(1000),
214214

215-
// Whether HTTP headers with header fields thatare not valid
215+
// Whether HTTP headers with header fields that are not valid
216216
// are removed by the load balancer (true), or routed to targets
217217
dropInvalidHeaderFields: true,
218218

@@ -578,7 +578,7 @@ You can set cross-zone load balancing setting at the target group level by setti
578578

579579
If not specified, it will use the load balancer's configuration.
580580

581-
For more infomation, see [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html).
581+
For more information, see [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html).
582582

583583
```ts
584584
declare const vpc: ec2.Vpc;
@@ -809,7 +809,7 @@ Node.of(resource).addDependency(targetGroup.loadBalancerAttached);
809809
You may look up load balancers and load balancer listeners by using one of the
810810
following lookup methods:
811811

812-
- `ApplicationLoadBalancer.fromlookup(options)` - Look up an application load
812+
- `ApplicationLoadBalancer.fromLookup(options)` - Look up an application load
813813
balancer.
814814
- `ApplicationListener.fromLookup(options)` - Look up an application load
815815
balancer listener.

0 commit comments

Comments
 (0)