Merge pull request #2555 from nikhilv/master

website/docs: fix typo
This commit is contained in:
Mitchell Hashimoto 2013-11-28 10:41:04 -08:00
commit 0f4e29d869
1 changed files with 1 additions and 1 deletions

View File

@ -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 By default, private networks are host-only networks, because those are the
easiest to work with. However, internal networks can be enabled as well. 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__` use the `virtualbox__intnet` option with the network. The `virtualbox__`
(double underscore) prefix tells Vagrant that this option is only for the (double underscore) prefix tells Vagrant that this option is only for the
VirtualBox provider. VirtualBox provider.