From 6aa908c3b807b281072432ae095c2d45be3e3ce5 Mon Sep 17 00:00:00 2001 From: Luke Foster <54965784+lukefoster11@users.noreply.github.com> Date: Wed, 14 Jun 2023 13:54:32 -0700 Subject: [PATCH] Update 04_sharing_app.md --- get-started/04_sharing_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/04_sharing_app.md b/get-started/04_sharing_app.md index c955146821..4037f76435 100644 --- a/get-started/04_sharing_app.md +++ b/get-started/04_sharing_app.md @@ -83,7 +83,7 @@ new instance that has never seen this container image. To do this, you will use > $ docker build --platform linux/amd64 -t YOUR-USER-NAME/getting-started . > ``` > -> Docker buildx also supports building multi-platform images. To learn more, see [Mult-platform images](../build/building/multi-platform.md). +> Docker buildx also supports building multi-platform images. To learn more, see [Multi-platform images](../build/building/multi-platform.md). 1. Open your browser to [Play with Docker](https://labs.play-with-docker.com/){:target="_blank" rel="noopener" class="_"}.