From 6d56b6c99e3a0be0f88ffae7c9d15159dbecfeae Mon Sep 17 00:00:00 2001 From: Nikhil Vaze Date: Thu, 28 Nov 2013 10:38:01 -0800 Subject: [PATCH] fix typo --- website/docs/source/v2/networking/private_network.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/networking/private_network.html.md b/website/docs/source/v2/networking/private_network.html.md index 176f29338..b49fc1134 100644 --- a/website/docs/source/v2/networking/private_network.html.md +++ b/website/docs/source/v2/networking/private_network.html.md @@ -54,7 +54,7 @@ VirtualBox [internal network](https://www.virtualbox.org/manual/ch06.html#networ By default, private networks are host-only networks, because those are the easiest to work with. However, internal networks can be enabled as well. -To speciay a private network as an internal network for VirtualBox +To specify a private network as an internal network for VirtualBox use the `virtualbox__intnet` option with the network. The `virtualbox__` (double underscore) prefix tells Vagrant that this option is only for the VirtualBox provider.