diff --git a/website/content/docs/vagrantfile/machine_settings.mdx b/website/content/docs/vagrantfile/machine_settings.mdx index 4a59d81ea..b32bc4995 100644 --- a/website/content/docs/vagrantfile/machine_settings.mdx +++ b/website/content/docs/vagrantfile/machine_settings.mdx @@ -133,7 +133,7 @@ the name of the synced folder plugin. the hostname will be set on boot. If set, Vagrant will update `/etc/hosts` on the guest with the configured hostname. -- `config.vm.ignore_box_vagrantfile` (boolean) - If true, Vagrant will not load the the +- `config.vm.ignore_box_vagrantfile` (boolean) - If true, Vagrant will not load the settings found inside a boxes Vagrantfile, if present. Defaults to `false`. - `config.vm.network` - Configures [networks](/vagrant/docs/networking/) on