From 56a0482a0985599ffb73fba20dea0953f275b5b3 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 22 Jan 2021 10:43:36 +0000 Subject: [PATCH] Fix typo in install.md --- docs/_docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/install.md b/docs/_docs/install.md index 39a013229..1c17ff0ca 100644 --- a/docs/_docs/install.md +++ b/docs/_docs/install.md @@ -84,7 +84,7 @@ walk you through the rest of the installation process. ## Services Once all of the services needed to run LibreTime are installed and configured, -it is important that the server starts them during the boot process, to cut down on downtime, especially in live enviornments. +it is important that the server starts them during the boot process, to cut down on downtime, especially in live environments. Ubuntu 18.04 uses the `systemctl` command to manage services, so run the following commands to enable all LibreTime-needed services to run at boot: @@ -106,4 +106,4 @@ the `www-data` user needs to be added to the `audio` user group using the comman ``` sudo adduser www-data audio -``` \ No newline at end of file +```