From 80dc47429a7d744c3d5a5b75fb466002c0654dfc Mon Sep 17 00:00:00 2001 From: Allie Sadler Date: Wed, 6 Apr 2022 16:05:00 +0100 Subject: [PATCH] Fixed a small typo to the docker hub overview page --- docker-hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/index.md b/docker-hub/index.md index 61071f7eb6..8999faa7ac 100644 --- a/docker-hub/index.md +++ b/docker-hub/index.md @@ -111,7 +111,7 @@ A Docker ID grants you access to Docker Hub repositories and allows you to explo To create a repository: 1. Sign in to [Docker Hub](https://hub.docker.com){: target="_blank" rel="noopener" class="_"}. -2. Click **Create a Repository** on the Docker Hub welcome page: +2. Click **Create a Repository** on the Docker Hub welcome page. 3. Name it **<your-username>/my-private-repo**. 4. Set the visibility to **Private**.