Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit ad42fc6

Browse files
authored
Merge pull request #1578 from rjruizes/patch-1
fix typo in ecs-architecture.md
2 parents fa05d43 + 39b70e5 commit ad42fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecs-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This diagram shows compose model and on same line AWS components that get create
5959
+------------+ +---------------+
6060
```
6161

62-
Each compose application service is mapped to an ECS `Service`. A `TaksDefinition` is created according to compose definition.
62+
Each compose application service is mapped to an ECS `Service`. A `TaskDefinition` is created according to compose definition.
6363
Actual mapping is constrained by both Cloud platform and Fargate limitations. Such a `TaskDefinition` is set with a single container,
6464
according to the compose model which doesn't offer a syntax to support sidecar containers.
6565

0 commit comments

Comments
 (0)