typo fix
This commit is contained in:
Haoyun 2018-04-03 16:31:31 +08:00 committed by GitHub
parent d68f173917
commit d029807145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ type Push struct {
}
/*
PushImage push a Docker image via the Docker API. Takes the image name,
PushImage pushes a Docker image via the Docker API. Takes the image name,
parses the URL details and then push based on environment authentication
credentials.
*/