Browse Source

Fixed typo (#1358)

Adriel Kloppenburg 6 years ago
parent
commit
876336bc1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DOCUMENTATION/content/getting-started/index.md

+ 1 - 1
DOCUMENTATION/content/getting-started/index.md

@@ -161,7 +161,7 @@ We recommend using a Docker version which is newer than 1.13.
 cp env-example .env
 ```
 
-You can edit the `.env` file to choose which software you want to be installed in your environment. You can always refer to the `docker-compose.yml` file to see how those variables have been used.
+You can edit the `.env` file to choose which software's you want to be installed in your environment. You can always refer to the `docker-compose.yml` file to see how those variables are being used.
 
 Depending on the host's operating system you may need to change the value given to `COMPOSE_FILE`. When you are running Laradock on Mac OS the correct file separator to use is `:`. When running Laradock from a Windows environment multiple files must be separated with `;`.