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:
commit
af436553d3
|
@ -64,7 +64,7 @@ different variable scopes.
|
||||||
|
|
||||||
When using these scopes, order of execution for things such as
|
When using these scopes, order of execution for things such as
|
||||||
provisioners becomes important. Vagrant enforces ordering outside-in, in
|
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:
|
below:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|
Loading…
Reference in New Issue