Merge pull request #6164 from issyl0/fix_typo

Fix typo
This commit is contained in:
Seth Vargo 2015-08-19 09:59:02 -04:00
commit 3fed57043d
1 changed files with 1 additions and 1 deletions

View File

@ -1656,7 +1656,7 @@ en:
on these ports. The forwarded port to %{host_port} is already in use
on the host machine.
To fix this, modify your current projects Vagrantfile to use another
To fix this, modify your current project's Vagrantfile to use another
port. Example, where '1234' would be replaced by a unique host port:
config.vm.network :forwarded_port, guest: %{guest_port}, host: 1234