Merge branch 'docs' into gh-pages

This commit is contained in:
Mitchell Hashimoto 2010-07-31 17:38:22 -07:00
commit e1b313c83f
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ project with Vagrant! Rebuilding is a snap.
**Note:** If you're following along and haven't already completely
destroyed your virtual environment, please do so by running
`vagrant down` so you can really experience this step of the
`vagrant destroy` so you can really experience this step of the
getting started guide.
Are you ready for this? Go back to that web project directory

View File

@ -46,7 +46,7 @@ for the disk space that is consumed by the virtual machine.
## Destroying the Environment
Finally, you can _completely destroy the virtual environment_. This can be
done by running `vagrant down` which will literally delete all traces of the
done by running `vagrant destroy` which will literally delete all traces of the
virtual environment off the disk. To get started again, run `vagrant up` and
your environment will be rebuilt.