From 7bb8f53b97ffe467080884250bc0a81f029a978c Mon Sep 17 00:00:00 2001 From: Robin van den Hurk <24567349+RobinvandenHurk@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:34:17 +0100 Subject: [PATCH] Fixed grammar Signed-off-by: Robin van den Hurk <24567349+RobinvandenHurk@users.noreply.github.com> --- documentation/Docker-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Docker-deployment.md b/documentation/Docker-deployment.md index 90cb56a6c..56d6fbb41 100644 --- a/documentation/Docker-deployment.md +++ b/documentation/Docker-deployment.md @@ -228,7 +228,7 @@ If this does not work problems might lay deeper and OS level troubleshooting mig ## Autohealing -Critial containers/services have Docker healthchecks configured. These run at a configured interval to verify the correct functioning of the services. If a service is unhealthy for to long the Docker daemon will restart the service. +Critial containers/services have Docker healthchecks configured. These run at a configured interval to verify the correct functioning of the services. If a service is unhealthy for too long the Docker daemon will restart the service. ### Known issues