diff --git a/README.md b/README.md index 6d09ddf5..a22629fa 100644 --- a/README.md +++ b/README.md @@ -1262,7 +1262,7 @@ In addition, referring to an image tag means that the base image is subject to c **TL;DR:** Linting your Dockerfile is an important step to identify issues in your Dockerfile which differ from best practices. By checking for potential flaws using a specialised Docker linter, performance and security improvements can be easily identified, saving countless hours of wasted time or security issues in production code. -**Otherwise:** Mistakenely the Dockerfile creator left Root as the production user, and also used an image from unknown source repository. This could be avoided with with just a simple linter. +**Otherwise:** Mistakenly the Dockerfile creator left Root as the production user, and also used an image from unknown source repository. This could be avoided with with just a simple linter. 🔗 [**Read More: Lint your Dockerfile**](/sections/docker/lint-dockerfile.md)