diff --git a/develop/develop-images/multistage-build.md b/develop/develop-images/multistage-build.md index dcff323fc0..2f3ae15005 100644 --- a/develop/develop-images/multistage-build.md +++ b/develop/develop-images/multistage-build.md @@ -92,7 +92,7 @@ With multi-stage builds, you use multiple `FROM` statements in your Dockerfile. Each `FROM` instruction can use a different base, and each of them begins a new stage of the build. You can selectively copy artifacts from one stage to another, leaving behind everything you don't want in the final image. To show -how this works, Let's adapt the Dockerfile from the previous section to use +how this works, let's adapt the Dockerfile from the previous section to use multi-stage builds. **`Dockerfile`**: