- This was referring to the current project's Vagrantfile, so "projects"
  needed a possessive apostrophe.
This commit is contained in:
issyl0 2015-08-16 16:43:10 +00:00 committed by Isabell Long
parent ce08fc155d
commit d7220ac0c4
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