Merge pull request #3946 from thierrymarianne/typo-fix-in-multiple-machine-doc

website/docs: Fix typo in multi-machine doc
This commit is contained in:
Mitchell Hashimoto 2014-05-31 08:57:20 -07:00
commit af436553d3
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ different variable scopes.
When using these scopes, order of execution for things such as
provisioners becomes important. Vagrant enforces ordering outside-in, in
the order listed in the Vagrnatfile. For example, with the Vagrantfile
the order listed in the Vagrantfile. For example, with the Vagrantfile
below:
```ruby