From 6a948d1e2fbf259b1c93a7eeb0ee6ce663b6bb57 Mon Sep 17 00:00:00 2001 From: Thierry Marianne Date: Sat, 31 May 2014 13:40:33 +0200 Subject: [PATCH] Fix typo in multi-machine doc --- website/docs/source/v2/multi-machine/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/multi-machine/index.html.md b/website/docs/source/v2/multi-machine/index.html.md index 66f570f40..957a8d772 100644 --- a/website/docs/source/v2/multi-machine/index.html.md +++ b/website/docs/source/v2/multi-machine/index.html.md @@ -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