From 93ccb0d926568ab53df799d0e8676023b46be90f Mon Sep 17 00:00:00 2001 From: JJ-Tu <44393168+JJ-Tu@users.noreply.github.com> Date: Mon, 14 Jan 2019 19:23:34 -0800 Subject: [PATCH] Rephrased for readability (#26887) --- guide/english/developer-tools/vagrant/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/developer-tools/vagrant/index.md b/guide/english/developer-tools/vagrant/index.md index ba2490ee2d..9fd1011b90 100644 --- a/guide/english/developer-tools/vagrant/index.md +++ b/guide/english/developer-tools/vagrant/index.md @@ -7,7 +7,7 @@ Vagrant is a tool for building and managing virtual machine (VM) environments. V ### Why Vagrant is Useful -As a developer, by using a VM, you can have a local environment for testing code, that is the same as the production environment, regardless of the environment you use for coding. +As a developer, using a VM provides a local environment for testing code that is the same as the production environment, regardless of the environment you use for coding. For DevOps, VMs are very useful for having a highly configurable, disposable machine for testing infrastracture, configurations, scripts, or anything else.