api: Fix typo

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2020-11-03 21:18:09 +01:00
parent 42eb0ecc35
commit 318e8c6e8b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ type Port struct {
type ContainerConfig struct {
// ID uniquely identifies the container
ID string
// Image specifies the iamge reference used for a container
// Image specifies the image reference used for a container
Image string
// Command are the arguments passed to the container's entrypoint
Command []string