fixed grammar and typos (#25135)

This commit is contained in:
Jonathan Otano
2018-11-11 21:35:08 -05:00
committed by Aditya
parent 583676707a
commit 8d6f59dcce

View File

@ -4,7 +4,7 @@ title: Vagrant
## Vagrant
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
Vagrant is an automation tool that aids in creating and managing virtual machines that is simple to use and allows you to set up a environment quickly. This enviroment's exact installation and configuration can then be shared by using a Vagrantfile so other team members are all using the same environment no matter what computer they are using.
Vagrant is an automation tool that aids in creating and managing virtual machines that is simple to use and allows you to set up an environment quickly. This environment's exact installation and configuration can then be shared by using a Vagrantfile so other team members are all using the same environment, no matter what computer they are using.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->