Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
| ... | ... |
@@ -507,7 +507,7 @@ $ docker service create --name dns-cache -p 53:53/udp dns-cache |
| 507 | 507 |
### Create services using templates |
| 508 | 508 |
|
| 509 | 509 |
You can use templates for some flags of `service create`, using the syntax |
| 510 |
-provided by the Go's [text/template](http://golange.org/pkg/text/template/) package. |
|
| 510 |
+provided by the Go's [text/template](http://golang.org/pkg/text/template/) package. |
|
| 511 | 511 |
|
| 512 | 512 |
The supported flags are the following : |
| 513 | 513 |
|