From 535dfd93335bd7f9ad4d61e847e11b86bce77e46 Mon Sep 17 00:00:00 2001 From: Vadym Haidamaka Date: Tue, 12 Mar 2019 05:07:55 +0200 Subject: [PATCH] Fix typos in the vagrant builder doc --- website/source/docs/builders/vagrant.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/vagrant.html.md b/website/source/docs/builders/vagrant.html.md index a5dad34fd..36196d1ab 100644 --- a/website/source/docs/builders/vagrant.html.md +++ b/website/source/docs/builders/vagrant.html.md @@ -27,7 +27,7 @@ You can change the behavior so that the builder doesn't destroy the box by setting the `teardown_method` option. You can change the behavior so the builder doesn't package it (not all provisioners support the `vagrant package` command) by setting the `skip package` option. You can also change the behavior so that -rather than inititalizing a new Vagrant workspace, you use an already defined +rather than initializing a new Vagrant workspace, you use an already defined one, by using `global_id` instead of `source_box`. ## Configuration Reference @@ -76,8 +76,8 @@ one, by using `global_id` instead of `source_box`. {{ .SyncedFolder }}, which correspond to the Packer options `box_name` and `synced_folder` -- `skip_add` (string) - Don't call "vagrant add" to add the box to your local - environment; this is necesasry if you want to launch a box that is already +- `skip_add` (bool) - Don't call "vagrant add" to add the box to your local + environment; this is necessary if you want to launch a box that is already added to your vagrant environment. - `teardown_method` (string) - Whether to halt, suspend, or destroy the box when