From bd588a0ffed68ba404abffd78cb32ee248e0b730 Mon Sep 17 00:00:00 2001 From: Phil Smith Date: Mon, 18 Nov 2013 19:06:01 -0800 Subject: [PATCH] Typo! --- website/docs/source/v2/provisioning/basic_usage.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/basic_usage.html.md b/website/docs/source/v2/provisioning/basic_usage.html.md index 2bc82592e..695d8fb42 100644 --- a/website/docs/source/v2/provisioning/basic_usage.html.md +++ b/website/docs/source/v2/provisioning/basic_usage.html.md @@ -23,7 +23,7 @@ Vagrant.configure("2") do |config| end ``` -Every provisioner has an identifier, such as `"shell", used as the first +Every provisioner has an identifier, such as `"shell"`, used as the first parameter to the provisioning configuration. Following that is basic key/value for configuring that specific provisioner. Instead of basic key/value, you can also use a Ruby block for a syntax that is more like variable assignment.