fix typo in what is a registry (#19780)

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2024-04-11 07:56:40 -07:00 committed by GitHub
parent c3049d93ec
commit 9ceff21340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Don't worry about the specifics of the Dockerfile, as you'll learn about that in
2. Navigate into the newly created directory.
```console
cd hello-world-demo-node
cd helloworld-demo-node
```
3. Run the following command to build a Docker image, swapping out `YOUR_DOCKER_USERNAME` with your username.