From 094bb098716045b575895a14145841b441f08d2c Mon Sep 17 00:00:00 2001 From: Frederico Mazzone <5685776+Frezzle@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:40:24 +0100 Subject: [PATCH] Fix grammar in official_images.md --- docker-hub/official_images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/official_images.md b/docker-hub/official_images.md index 3828b064c7..17c79268a8 100644 --- a/docker-hub/official_images.md +++ b/docker-hub/official_images.md @@ -23,7 +23,7 @@ Images that are part of this program have a special badge on Docker Hub making i ## When to use Docker Official Images -If you are new to Docker, it's recommend you use the Docker Official Images in your +If you are new to Docker, it's recommended you use the Docker Official Images in your projects. These images have clear documentation, promote best practices, and are designed for the most common use cases. Advanced users can review Docker Official Images as part of your `Dockerfile` learning process.