From 6cff62641ceaa98df4234f4b2009b0221208b838 Mon Sep 17 00:00:00 2001 From: Ivan Paulin Date: Sat, 26 Jan 2019 09:37:33 +0100 Subject: [PATCH] Fix typo in text and change the verb (#27773) Fix typo in "enviroment's" to "environment's". Change the verb "is" to "are". --- guide/english/vagrant/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/english/vagrant/index.md b/guide/english/vagrant/index.md index 1f17b28648..c2c8166180 100644 --- a/guide/english/vagrant/index.md +++ b/guide/english/vagrant/index.md @@ -3,8 +3,7 @@ title: Vagrant --- ## Vagrant - -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.