diff --git a/asciidoc/quickstart/eib.adoc b/asciidoc/quickstart/eib.adoc index 65e2c6b9..8c66b1c9 100644 --- a/asciidoc/quickstart/eib.adoc +++ b/asciidoc/quickstart/eib.adoc @@ -335,7 +335,7 @@ Please refer to the <> for a more com [#eib-how-to-build-image] == Building the image -Now that we've got a base image and an image definition for EIB to consume, let's go ahead and build the image. For this, we simply use `podman` to call the EIB container with the "build" command, specifying the definition file: +Now that we have a base image and an image definition for EIB to consume, let us proceed and build the image. For this, we simply use `podman` to call the EIB container with the "build" command, specifying the definition file: [,bash,subs="attributes"] ----