Merge pull request #13321 from f-lopes/fix/vagrantfile-template-typo

fix(typo): Fix minor typo in Vagrantfile.erb template
This commit is contained in:
Chris Roberts 2024-01-04 09:25:02 -08:00 committed by GitHub
commit 673f42b508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ Vagrant.configure("2") do |config|
# Disable the default share of the current code directory. Doing this # Disable the default share of the current code directory. Doing this
# provides improved isolation between the vagrant box and your host # 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 # If you use this you may want to enable additional shared subfolders as
# shown above. # shown above.
# config.vm.synced_folder ".", "/vagrant", disabled: true # config.vm.synced_folder ".", "/vagrant", disabled: true