diff --git a/Setting up a Minecraft server.md b/Setting up a Minecraft server.md index d1f7e3a..698cdb1 100644 --- a/Setting up a Minecraft server.md +++ b/Setting up a Minecraft server.md @@ -96,7 +96,7 @@ sudo systemctl start minecraft.service sudo systemctl restart minecraft.service # check the top few logs and whether or not the service is running sudo systemctl status minecraft.service -# watch the logs (f for follow ou, u for unit) +# watch the logs (f for follow output, u for unit) sudo journalctl -f -u minecraft.service ```