Merge pull request #17739 from Frezzle/patch-1

Fix grammar in official_images.md
This commit is contained in:
Sebastiaan van Stijn 2023-07-17 19:20:24 +02:00 committed by GitHub
commit 7525458ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.