diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-06 23:00:58 -0500 |
commit | 7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch) | |
tree | 57c5d31876ba50c1674736493f58d9ab4e59474b /doc/vagrant.markdown | |
parent | 5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff) |
Fix typo in documentation
Diffstat (limited to 'doc/vagrant.markdown')
-rw-r--r-- | doc/vagrant.markdown | 4 |
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). |