summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/platform/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md
index 2f13df6..2882cf9 100644
--- a/docs/platform/development.md
+++ b/docs/platform/development.md
@@ -158,7 +158,7 @@ In order to do that, you will need to configure Vagrant to launch a graphical co
@custom_vagrant_vm_line = 'config.vm.provider "virtualbox" do |v|
v.gui = true
-end'
+ end'
and then start, or restart, your local Vagrant node. You should get a VirtualBox graphical interface presented to you showing you the bootup and eventually the login.