Fixed grammar mistake. Added periods.

This commit is contained in:
Ladar Levison 2019-08-23 00:59:05 +05:30 committed by GitHub
parent 89cf1e70c5
commit 601590b6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -12,14 +12,14 @@ for a Vagrant environment.
You don't need a Vagrant Cloud account to use public boxes. You don't need a Vagrant Cloud account to use public boxes.
1. Go to the [Box search page](https://vagrantcloud.com/boxes/search) 1. Go to the [Box search page](https://vagrantcloud.com/boxes/search).
1. Once you find a box, click its name to learn more about it. 1. Once you find a box, click its name to learn more about it.
1. When you're ready to use it, copy the name, such as "hashicorp/precise64" 1. When you're ready to use it, copy the name, such as "hashicorp/precise64"
and initialize your Vagrant project with `vagrant init hashicorp/precise64`. and initialize your Vagrant project with `vagrant init hashicorp/precise64`.
Or, if you already have a Vagrant project created, modify the Vagrantfile Or, if you already have a Vagrant project created, modify the Vagrantfile
to use the box: `config.vm.box = "hashicorp/precise64"` to use the box: `config.vm.box = "hashicorp/precise64"`.
## Provider Support ## Provider Support
@ -34,13 +34,13 @@ it's important to keep in mind whose box you're using. Here
are some things to note when you're choosing a box: are some things to note when you're choosing a box:
- __The username of the user__. If it's `bento` or `canonical`, you can likely - __The username of the user__. If it's `bento` or `canonical`, you can likely
trust the box more than an anonymous user trust the box more than an anonymous user.
- __The number of downloads of the box__. Heavily downloaded boxes - __The number of downloads of the box__. Heavily downloaded boxes
are likely vetted more often by other members of the community. HashiCorp are likely vetted more often by other members of the community. HashiCorp
responds to reports of malicious software distributed via Vagrant Cloud responds to reports of malicious software distributed via Vagrant Cloud
and takes down boxes and takes down boxes.
- __The latest release date__. More up-to-date boxes contain up-to-date - __The latest release date__. More up-to-date boxes contain up-to-date
software software.
- __Availability of the box download__. Vagrant Cloud periodically checks if box - __Availability of the box download__. Vagrant Cloud periodically checks if a box
has is publicly accessible. You can see this information on the box is publicly accessible. You can see this information on the box
page next to the provider page next to the provider.