Typo correction: down => destroy

This commit is contained in:
Mitchell Hashimoto 2010-07-26 09:12:34 -07:00
parent 411f572959
commit d247258e25
1 changed files with 2 additions and 2 deletions

View File

@ -81,11 +81,11 @@ by running `vagrant up` which will create the environment. After a few minutes,
have a fully running virtual machine. We haven't yet forwarded any ports and we haven't covered
SSH yet, so you'll just have to take our word that its working for now. Finally,
when you're finished verifying the virtual machine, you can destroy everything with a
`vagrant down`.
`vagrant destroy`.
{% highlight bash %}
$ vagrant up
...
$ vagrant down
$ vagrant destroy
...
{% endhighlight %}