From 528d1f0d4d362132bbd1309a150cf7953e69c5bb Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:22:26 +0200 Subject: [PATCH] build(hb): add missing word Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/hydrobuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/build/hydrobuild.md b/content/build/hydrobuild.md index 00fbe886d8..8ea2746f9b 100644 --- a/content/build/hydrobuild.md +++ b/content/build/hydrobuild.md @@ -160,7 +160,7 @@ $ docker buildx build --builder cloud--default \ ``` If you want to build with a tag, but you don't want to load the results to your -local image store, you export the build results to the build cache only: +local image store, you can export the build results to the build cache only: ```console $ docker buildx build --builder cloud--default \