Update box.html.md

Grammatical correction to Box Prune documentation 

Italicize Box Update "Note"
This commit is contained in:
codybennett 2017-12-06 18:41:35 -06:00 committed by GitHub
parent ba9941d5ae
commit b70340b0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,7 @@ a box. This generally requires an internet connection.
**Command: `vagrant box prune`** **Command: `vagrant box prune`**
This command removes old versions of installed boxes. If the box in currently in use vagrant will ask you if you to confirm. This command removes old versions of installed boxes. If the box is currently in use vagrant will ask for confirmation.
## Options ## Options
@ -187,9 +187,9 @@ This command updates the box for the current Vagrant environment if there
are updates available. The command can also update a specific box (outside are updates available. The command can also update a specific box (outside
of an active Vagrant environment), by specifying the `--box` flag. of an active Vagrant environment), by specifying the `--box` flag.
Note that updating the box will not update an already-running Vagrant <small><i>Note that updating the box will not update an already-running Vagrant
machine. To reflect the changes in the box, you will have to destroy and machine. To reflect the changes in the box, you will have to destroy and
bring back up the Vagrant machine. bring back up the Vagrant machine.</i></small>
If you just want to check if there are updates available, use the If you just want to check if there are updates available, use the
`vagrant box outdated` command. `vagrant box outdated` command.