Merge pull request #2512 from phs/phs/doco-typo

website: typo
This commit is contained in:
Mitchell Hashimoto 2013-11-18 19:08:55 -08:00
commit 4883ece9a1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Vagrant.configure("2") do |config|
end 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 parameter to the provisioning configuration. Following that is basic key/value
for configuring that specific provisioner. Instead of basic key/value, you 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. can also use a Ruby block for a syntax that is more like variable assignment.