diff options
author | Dan <dan@loudbase.com> | 2020-06-15 09:08:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 12:08:35 -0400 |
commit | f7d0e39892c511208e46c4b0a3e182c2843293ae (patch) | |
tree | 87d2fcee5f96ad76e8029f4e70b2c39b85152552 /docs/getting_started | |
parent | 490d2a5ca1acff12ca0f47db8d654848046e3149 (diff) |
minor grammar fix (#6299)
noun -> verb
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 3c115354a..fd04cd839 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -1,4 +1,4 @@ -## Setup your environment +## Set up your environment To productively get going with Deno you should set up your environment. This means setting up shell autocomplete, environmental variables and your editor or |