From 945e623f6d1166e82ac79e577410ada3a0fc3db9 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Fri, 6 Mar 2020 17:46:04 -0500 Subject: [PATCH] Remove referencese to symbol syntax. --- website/source/docs/virtualbox/networking.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/virtualbox/networking.html.md b/website/source/docs/virtualbox/networking.html.md index b1e4c1be7..3614002a9 100644 --- a/website/source/docs/virtualbox/networking.html.md +++ b/website/source/docs/virtualbox/networking.html.md @@ -16,7 +16,7 @@ By default, private networks are [host-only networks](https://www.virtualbox.org because those are the easiest to work with. In VirtualBox, since you can create multiple host-only networks, it is also possible to specify which host-only network you want the Vagrant VirtualBox provider to use for -a given interface. To do this, use the `:name` symbol with the name of +a given interface. To do this, use the `name` argument with the name of the host-only interface to use. ```ruby