Fix typo in install.md

This commit is contained in:
Daniel James 2021-01-22 10:43:36 +00:00 committed by GitHub
parent 757e4929a6
commit 56a0482a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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