]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Docs] Update getting_started_vagrant.md (#7203)
authorRico Sta. Cruz <rstacruz@users.noreply.github.com>
Wed, 30 Oct 2019 18:53:48 +0000 (05:53 +1100)
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Wed, 30 Oct 2019 18:53:48 +0000 (11:53 -0700)
docs/getting_started_vagrant.md

index b62524271c25396f2e91217e680f7c1cc5fd3268..da26682d7f30491c852a28967414455cb2e3fdef 100644 (file)
@@ -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
+```