Skip to content

Commit 4feeaa1

Browse files
authored
fix: Typo in README (#258)
1 parent 2216bf8 commit 4feeaa1

File tree

1 file changed

+2
-2
lines changed
  • typescript/ecs/cross-stack-load-balancer

1 file changed

+2
-2
lines changed

typescript/ecs/cross-stack-load-balancer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Shown in `split-at-listener.ts`, create an `ApplicationLoadBalancer`
1818
in a shared stack, and an `ApplicationListener` in the service stack.
1919

2020

21-
Option 1: Split at target group
21+
Option 2: Split at target group
2222
-------------------------------
2323

2424
Shown in `split-at-targetgroup.ts`, create an empty `TargetGroup` in the load
25-
balancer stack, and register a `Service` into it in the service stack.
25+
balancer stack, and register a `Service` into it in the service stack.

0 commit comments

Comments
 (0)