From 8d6f59dccece7175c95a4652103d0d9b5c3ea754 Mon Sep 17 00:00:00 2001 From: Jonathan Otano Date: Sun, 11 Nov 2018 21:35:08 -0500 Subject: [PATCH] fixed grammar and typos (#25135) --- guide/english/vagrant/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/vagrant/index.md b/guide/english/vagrant/index.md index 88c60298d7..c960b82949 100644 --- a/guide/english/vagrant/index.md +++ b/guide/english/vagrant/index.md @@ -4,7 +4,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 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: