Преглед на файлове

Merge pull request #25479 from lixiaobing10051267/masterThey

Fix typo for docker swarm description
Sebastiaan van Stijn преди 9 години
родител
ревизия
02ca34bc30
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/swarm/how-swarm-mode-works/services.md

+ 1 - 1
docs/swarm/how-swarm-mode-works/services.md

@@ -68,7 +68,7 @@ The underlying logic of Docker swarm mode is a general purpose scheduler and
 orchestrator.  The service and task abstractions themselves are unaware of the
 orchestrator.  The service and task abstractions themselves are unaware of the
 containers they implement.  Hypothetically, you could implement other types of
 containers they implement.  Hypothetically, you could implement other types of
 tasks such as virtual machine tasks or non-containerized process tasks.  The
 tasks such as virtual machine tasks or non-containerized process tasks.  The
-scheduler and orchestrator are agnostic about they type of task. However, the
+scheduler and orchestrator are agnostic about their type of task. However, the
 current version of Docker only supports container tasks.
 current version of Docker only supports container tasks.
 
 
 The diagram below shows how swarm mode accepts service create requests and
 The diagram below shows how swarm mode accepts service create requests and