mirror of https://github.com/docker/docs.git
fix minor typo
Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
This commit is contained in:
parent
510ea94890
commit
da7128cc16
|
|
@ -21,7 +21,7 @@ func (c *Container) Refresh() (*Container, error) {
|
|||
return c.Engine.refreshContainer(c.Id, true)
|
||||
}
|
||||
|
||||
// Containers represents a list a containers
|
||||
// Containers represents a list of containers
|
||||
type Containers []*Container
|
||||
|
||||
// Get returns a container using its ID or Name
|
||||
|
|
|
|||
Loading…
Reference in New Issue