浏览代码

Merge pull request #1578 from rjruizes/patch-1

fix typo in ecs-architecture.md
Guillaume Tardif 4 年之前
父节点
当前提交
ad42fc6c4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ecs-architecture.md

+ 1 - 1
docs/ecs-architecture.md

@@ -59,7 +59,7 @@ This diagram shows compose model and on same line AWS components that get create
       +------------+                        +---------------+
 ```
 
-Each compose application service is mapped to an ECS `Service`. A `TaksDefinition` is created according to compose definition.
+Each compose application service is mapped to an ECS `Service`. A `TaskDefinition` is created according to compose definition.
 Actual mapping is constrained by both Cloud platform and Fargate limitations. Such a `TaskDefinition` is set with a single container,
 according to the compose model which doesn't offer a syntax to support sidecar containers.