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 +```