From b9ae595b8bf985f2d9633adddae27ac5f36c7945 Mon Sep 17 00:00:00 2001 From: Charles Korn Date: Sun, 16 Feb 2020 17:30:31 +1100 Subject: [PATCH] Fix linting issue. --- docs/content/config/Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/Containers.md b/docs/content/config/Containers.md index 109c83ba6..59040abf4 100644 --- a/docs/content/config/Containers.md +++ b/docs/content/config/Containers.md @@ -209,7 +209,7 @@ Overrides [health check](https://docs.docker.com/engine/reference/builder/#healt * `interval` The interval between runs of the health check. Accepts values such as `2s` (two seconds) or `1m` (one minute). * `start_period` The time to wait before failing health checks count against the retry count. The health check is still run during this period, - and if the check succeeds, the container is immediately considered healthy. Accepts values such as `2s` (two seconds) or `1m` (one minute). + and if the check succeeds, the container is immediately considered healthy. Accepts values such as `2s` (two seconds) or `1m` (one minute). ## `run_as_current_user` Run the container with the same UID and GID as the user running batect (rather than the user the Docker daemon runs as, which is root