summaryrefslogtreecommitdiff
path: root/doc/vagrant.markdown
diff options
context:
space:
mode:
authorGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
committerGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
commite4de6b3898b64b26d29aff31f21df5fda8055686 (patch)
tree575f8a65440f291d70a070d168eafca8c82a6459 /doc/vagrant.markdown
parentd9ffbea174ea6524d0a22f8375ca8b3aa04a3c96 (diff)
parenta6540bc604c837d92c9368540c145606723e97f7 (diff)
Merge pull request #1 from fguillot/master
Update from upstream
Diffstat (limited to 'doc/vagrant.markdown')
-rw-r--r--doc/vagrant.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vagrant.markdown b/doc/vagrant.markdown
index 8c41e141..d11bca84 100644
--- a/doc/vagrant.markdown
+++ b/doc/vagrant.markdown
@@ -41,7 +41,7 @@ The current directory is synced to the Apache document root.
Composer dependencies have to be there, so if you didn't run `composer install` on your host machine you can also do it on the guest machine.
-Each box have its own TCP port:
+Each box has its own TCP port:
- ubuntu: http://localhost:8001/
- debian8: http://localhost:8002/
@@ -61,4 +61,4 @@ Available boxes are:
- `vagrant up centos6`
- `vagrant up freebsd10`
-Any specific configuration have to done manually (Postgres or Mysql).
+Any specific configuration has to be done manually (Postgres or Mysql).