Skip to content

Commit 8a5d910

Browse files
authored
Merge pull request #24081 from shynur/patch-1
; fix typo
2 parents e00d21e + 64afacc commit 8a5d910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/workshop/04_sharing_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Let's try to push the image to Docker Hub.
5555
```
5656

5757
This failure is expected because the image isn't tagged correctly yet.
58-
Docker is looking for an image name `docker/getting started`, but your
58+
Docker is looking for an image name `docker/getting-started`, but your
5959
local image is still named `getting-started`.
6060

6161
You can confirm this by running:

0 commit comments

Comments
 (0)