From 0eda88f674f7d29c9ed499a3c73b216a6a8cdee2 Mon Sep 17 00:00:00 2001 From: aiueogawa <30866185+aiueogawa@users.noreply.github.com> Date: Tue, 12 Sep 2017 01:50:01 +0900 Subject: [PATCH] Fix typo (#4455) --- get-started/part3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part3.md b/get-started/part3.md index a3fa0e4d8d..97b0bdf022 100644 --- a/get-started/part3.md +++ b/get-started/part3.md @@ -164,7 +164,7 @@ docker service ps >**Note**: Docker's support for swarms is built using a project called SwarmKit. SwarmKit tasks do not need to be containers, but Docker swarm tasks are defined to spawn them. -Let's inspect one task and limit the ouput to container ID: +Let's inspect one task and limit the output to container ID: ```shell docker inspect --format='{% raw %}{{.Status.ContainerStatus.ContainerID}}{% endraw %}'