grim/convey

Fix issues codespell found
redux
2021-12-20, Gary Kramlich
1c24cc3b756f
Fix issues codespell found
package docker
import (
"errors"
)
var (
errDetachRemoved = errors.New("the detach attribute was removed in convey 0.15.0")
errHealthCheckRemoved = errors.New("the healthcheck attribute was removed in convey 0.15.0")
)