From: Rico Sta. Cruz Date: Wed, 30 Oct 2019 18:53:48 +0000 (+1100) Subject: [Docs] Update getting_started_vagrant.md (#7203) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dfdd9e821bfce93324ea68d8652008509137e0d9;p=qmk_firmware.git [Docs] Update getting_started_vagrant.md (#7203) --- diff --git a/docs/getting_started_vagrant.md b/docs/getting_started_vagrant.md index b62524271..da26682d7 100644 --- a/docs/getting_started_vagrant.md +++ b/docs/getting_started_vagrant.md @@ -40,7 +40,7 @@ vagrant plugin install vagrant-vbguest Finished with your environment? From anywhere inside the folder where you checked out this project, Execute: ```console -vagrant destory +vagrant destroy ``` ### What if I want to use Docker directly? @@ -54,4 +54,4 @@ Execute the following to bypass the `vagrant` user booting directly to the offic ```console vagrant ssh -c 'sudo -i' -``` \ No newline at end of file +```