diff --git a/docs/concepts.adoc b/docs/concepts.adoc index caacd2d957f..ae9af4c7007 100644 --- a/docs/concepts.adoc +++ b/docs/concepts.adoc @@ -9,12 +9,12 @@ In this file you define the tools you will be using and their configuration. There are 3 main phases in the Skaffold workflow definition. ==== 1. Build -In the build phase, Skaffold will use the tool of your choice to build an artifac. +In the build phase, Skaffold will use the tool of your choice to build an artifact. Artifacts are Docker images that you would like to deploy into your Kubernetes cluster when changes are made to them. ==== 2. Push -In the push phase, Skaffold ensures that your image is uploaded to the registry referenced in the image nam. +In the push phase, Skaffold ensures that your image is uploaded to the registry referenced in the image name. Before running Skaffold you should ensure that you are able to push to your configured image registry.