Fix typo in text and change the verb (#27773)

Fix typo in "enviroment's" to "environment's". Change the verb "is" to "are".
This commit is contained in:
Ivan Paulin
2019-01-26 09:37:33 +01:00
committed by Randell Dawson
parent 6732bc75e4
commit 6cff62641c

View File

@@ -3,8 +3,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 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.
Vagrant is an automation tool that aids in creating and managing virtual machines that are simple to use and allows you to set up a 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.
Vagrant can also be used with docker to start multiple containers, that are connected for one project.