Browse Source

Merge pull request #30663 from Mashimiao/reference-cmdline-service-tfix

reference/commandline: small tfix
Sebastiaan van Stijn 8 năm trước cách đây
mục cha
commit
32697b57c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/reference/commandline/service_create.md

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

@@ -507,7 +507,7 @@ $ docker service create --name dns-cache -p 53:53/udp dns-cache
 ### Create services using templates
 
 You can use templates for some flags of `service create`, using the syntax
-provided by the Go's [text/template](http://golange.org/pkg/text/template/) package.
+provided by the Go's [text/template](http://golang.org/pkg/text/template/) package.
 
 The supported flags are the following :