From 8a5068f2b433491c0ae8103016ddb8a2b4aa5351 Mon Sep 17 00:00:00 2001 From: Stu Finn Date: Thu, 14 May 2020 13:10:25 -0500 Subject: Fix grammar (#5399) --- docs/getting_started/setup_your_environment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/getting_started/setup_your_environment.md') 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: -- cgit v1.2.3