From d7220ac0c46df6297d03b296f109207e1f3434fd Mon Sep 17 00:00:00 2001 From: issyl0 Date: Sun, 16 Aug 2015 16:43:10 +0000 Subject: [PATCH] Fix typo - This was referring to the current project's Vagrantfile, so "projects" needed a possessive apostrophe. --- templates/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 87373d758..2401c1bf6 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -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