From 38946fd2948cf9a428d9d4a0916b3c66e6deb3eb Mon Sep 17 00:00:00 2001 From: Christoph Mittermaier Date: Wed, 23 Jun 2021 01:39:05 +0200 Subject: [PATCH] fixed typo in readme (#932) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 378df37a..d97829f3 100644 --- a/README.md +++ b/README.md @@ -1291,7 +1291,7 @@ disable that by passing `-e GUI=FALSE`. ### Stop Duration -When the container is signalled to stop, the Minecraft process wrapper will attempt to send a "stop" command via RCON or console and waits for the process to gracefully finish. By defaul it waits 60 seconds, but that duration can be configured by setting the environment variable `STOP_DURATION` to the number of seconds. +When the container is signalled to stop, the Minecraft process wrapper will attempt to send a "stop" command via RCON or console and waits for the process to gracefully finish. By default it waits 60 seconds, but that duration can be configured by setting the environment variable `STOP_DURATION` to the number of seconds. ## Autopause