Fix typo in multi-machine doc

This commit is contained in:
Thierry Marianne 2014-05-31 13:40:33 +02:00
parent db5c047072
commit 6a948d1e2f
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