diff --git a/website/source/docs/virtualbox/networking.html.md b/website/source/docs/virtualbox/networking.html.md index 3614002a9..58c5ef6c4 100644 --- a/website/source/docs/virtualbox/networking.html.md +++ b/website/source/docs/virtualbox/networking.html.md @@ -22,7 +22,7 @@ the host-only interface to use. ```ruby Vagrant.configure("2") do |config| config.vm.network "private_network", type: "dhcp", - name: => "vboxnet3" + name: "vboxnet3" end ```