Skip to content

Commit fcb958a

Browse files
authored
Fix typos in the Builders manual (#22506)
## Description This pull request fixes a few minor typos in the Builders manual.
1 parent 68c6c72 commit fcb958a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/builders/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ selected when you invoke builds.
6969

7070
Even though `docker build` is an alias for `docker buildx build`, there are
7171
subtle differences between the two commands. With Buildx, the build client and
72-
the and daemon (BuildKit) are decoupled. This means you can use multiple
72+
the daemon (BuildKit) are decoupled. This means you can use multiple
7373
builders from a single client, even remote ones.
7474

7575
The `docker build` command always defaults to using the default builder that
76-
comes bundled with the Docker Engine, for ensuring backwards compatibility with
76+
comes bundled with the Docker Engine, to ensure backwards compatibility with
7777
older versions of the Docker CLI. The `docker buildx build` command, on the
7878
other hand, checks whether you've set a different builder as the default
7979
builder before it sends your build to BuildKit.

0 commit comments

Comments
 (0)