From 8bf09e82a2f62cb4270c5a5653aec5ce26e67efe Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Mon, 30 Aug 2021 20:33:25 -0400 Subject: [PATCH] Fixed typo. [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbe591..d002986 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ The system used to run the container may have a built-in way to update containers. If so, this could be your primary way to update Docker images. An other way is to have the image be automatically updated with [Watchtower]. -Whatchtower is a container-based solution for automating Docker image updates. +Watchtower is a container-based solution for automating Docker image updates. This is a "set and forget" type of solution: once a new image is available, Watchtower will seamlessly perform the necessary steps to update the container.