From a7ad065f733b6b786a03a3766184d7e0ec675a25 Mon Sep 17 00:00:00 2001 From: schnippl0r <58435847+schnippl0r@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:38:24 +0100 Subject: [PATCH] Fixed typo in update-and-cleanup.md. (#2388) --- docs/content/config/advanced/maintenance/update-and-cleanup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/advanced/maintenance/update-and-cleanup.md b/docs/content/config/advanced/maintenance/update-and-cleanup.md index 4b4a885a..dcf53c93 100644 --- a/docs/content/config/advanced/maintenance/update-and-cleanup.md +++ b/docs/content/config/advanced/maintenance/update-and-cleanup.md @@ -4,7 +4,7 @@ title: 'Maintenance | Update and Cleanup' ## Automatic Update -Docker images are handy but it can get a a hassle to keep them updated. Also when a repository is automated you want to get these images when they get out. +Docker images are handy but it can become a hassle to keep them updated. Also when a repository is automated you want to get these images when they get out. One could setup a complex action/hook-based workflow using probes, but there is a nice, easy to use docker image that solves this issue and could prove useful: [`watchtower`](https://hub.docker.com/r/containrrr/watchtower).