diff options
author | Stu Finn <stufinn@gmail.com> | 2020-05-14 13:10:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 14:10:25 -0400 |
commit | 8a5068f2b433491c0ae8103016ddb8a2b4aa5351 (patch) | |
tree | 99ef1872e1543d128fa514bb7eef63e6701b452f /docs/getting_started/setup_your_environment.md | |
parent | 6f7e74d69455869e00394628f3efd68a2e387e53 (diff) |
Fix grammar (#5399)
Diffstat (limited to 'docs/getting_started/setup_your_environment.md')
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 294e86fb3..20992c1b1 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -39,9 +39,9 @@ source /usr/local/etc/bash_completion.d/deno.bash ### Editors and IDEs Because Deno requires the use of file extensions for module imports and allows -http imports, and the most editors and language servers do not natively support -this at the moment, many editors will throw errors about being unable to find -files or imports having unnecessary file extensions. +http imports, and most editors and language servers do not natively support this +at the moment, many editors will throw errors about being unable to find files +or imports having unnecessary file extensions. The community has developed extensions for some editors to solve these issues: |