Browse Source

fix typo in reference for service create

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
(cherry picked from commit 90c680ad259057d0065662a1a6fdad779bde6082)
Signed-off-by: Victor Vieux <vieux@docker.com>
Trapier Marshall 8 years ago
parent
commit
b5d4f87612
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/commandline/service_create.md

+ 1 - 1
docs/reference/commandline/service_create.md

@@ -474,7 +474,7 @@ accessible at the target port on every node regardless if there is a task for
 the service running on the node. For more information refer to
 the service running on the node. For more information refer to
 [Use swarm mode routing mesh](https://docs.docker.com/engine/swarm/ingress/).
 [Use swarm mode routing mesh](https://docs.docker.com/engine/swarm/ingress/).
 
 
-### Publish a port for TCP only or UCP only
+### Publish a port for TCP only or UDP only
 
 
 By default, when you publish a port, it is a TCP port. You can
 By default, when you publish a port, it is a TCP port. You can
 specifically publish a UDP port instead of or in addition to a TCP port. When
 specifically publish a UDP port instead of or in addition to a TCP port. When