eliminate slightly confusing wording
It doesn't make sense to use the present tense when saying box files are split into two components, when one of those components is the box file and one is something else. One better way of phrasing it would be to use the past tense: "Box files were split into two separate components" but even that's not completely correct, because the old format did not include the metadata JSON document which is one of the new components. So it's safer to just say that today there are two different components.
This commit is contained in:
parent
3ee1572e3c
commit
606fc7a9e4
|
@ -14,7 +14,7 @@ Box files made for Vagrant 1.0.x (the VirtualBox export `tar` files) continue
|
|||
to work with Vagrant today. When Vagrant encounters one of these old boxes,
|
||||
it automatically updates it internally to the new format.
|
||||
|
||||
Today, box files are split into two different components:
|
||||
Today, there are two different components:
|
||||
|
||||
* Box Metadata - This is a JSON document that specifies the name of the box,
|
||||
a description, available versions, available providers, and URLs to the
|
||||
|
|
Loading…
Reference in New Issue