From dc37aaae0cd69963a555c2a5166f15bea2e0d304 Mon Sep 17 00:00:00 2001 From: Florian LOPES Date: Thu, 4 Jan 2024 18:22:01 +0100 Subject: [PATCH] fix(typo): Fix minor typo in Vagrantfile.erb template --- templates/commands/init/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index a9b33125d84..af09b349b80 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -56,7 +56,7 @@ Vagrant.configure("2") do |config| # Disable the default share of the current code directory. Doing this # provides improved isolation between the vagrant box and your host - # by making sure your Vagrantfile isn't accessable to the vagrant box. + # by making sure your Vagrantfile isn't accessible to the vagrant box. # If you use this you may want to enable additional shared subfolders as # shown above. # config.vm.synced_folder ".", "/vagrant", disabled: true