website/docs: phrasal verbs [GH-2644]
This commit is contained in:
parent
152c6b92ac
commit
b3cbeddf3f
|
@ -48,7 +48,7 @@ Now imagine every project you've ever worked on being this easy to
|
|||
set up.
|
||||
|
||||
With Vagrant, `vagrant up` is all you need to work on any project,
|
||||
to install every dependency that project needs, and to setup any
|
||||
to install every dependency that project needs, and to set up any
|
||||
networking and synced folders so you can continue working from the
|
||||
comfort of your own machine.
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ and examples. Don't be afraid if it looks intimidating, we'll modify it
|
|||
soon enough.
|
||||
|
||||
You can also run `vagrant init` in a pre-existing directory to
|
||||
setup Vagrant for an existing project.
|
||||
set up Vagrant for an existing project.
|
||||
|
||||
The Vagrantfile is meant to be committed to version control with
|
||||
your project, if you use version control. This way, every person working
|
||||
|
|
|
@ -38,7 +38,7 @@ on remote clouds such as AWS or RackSpace with the _same workflow_. Ditch
|
|||
your custom scripts to recycle EC2 instances, stop juggling SSH prompts
|
||||
to various machines, and start using Vagrant to bring sanity to your life.
|
||||
|
||||
If you're a **designer**, Vagrant will automatically setup everything required
|
||||
If you're a **designer**, Vagrant will automatically set everything up that is required
|
||||
for that web app in order for you to focus on doing what you do best:
|
||||
design. Once a developer configures Vagrant, you don't need to worry about
|
||||
how to get that app running ever again. No more bothering other developers
|
||||
|
|
Loading…
Reference in New Issue