Bläddra i källkod

[Docs] Update getting_started_vagrant.md (#7203)

Rico Sta. Cruz 6 år sedan
förälder
incheckning
dfdd9e821b
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      docs/getting_started_vagrant.md

+ 2 - 2
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'
-```
+```