diff --git a/DockerSwarm/Creaate-Swarm.adoc b/DockerSwarm/Creaate-Swarm.adoc index 3aef215..b9b3b22 100644 --- a/DockerSwarm/Creaate-Swarm.adoc +++ b/DockerSwarm/Creaate-Swarm.adoc @@ -277,7 +277,7 @@ A *task* is the atomic unit of scheduling within a swarm. When you declare a desired service state by creating or updating a service, the orchestrator realizes the desired state by scheduling tasks. -`_For instance, you define a service that instructs the orchestrator to keep three instances of an HTTP listener running at all times. _` +`_For instance, you define a service that instructs the orchestrator to keep three instances of an HTTP listener running at all times._` The orchestrator responds by creating three tasks.