summaryrefslogtreecommitdiff
path: root/docs/typescript
diff options
context:
space:
mode:
authorJosh McSavaney <me@mcsau.cc>2021-07-11 22:30:44 -0400
committerGitHub <noreply@github.com>2021-07-12 11:30:44 +0900
commit6460eadaa178b3a9d09d04205977e4f659fe8fff (patch)
tree824439363bc5fed73400557bbd60fa8e70fe6951 /docs/typescript
parent511c48a03adee54aaadbefdeb2d2d521f6a45843 (diff)
docs(manual/typescript): use consistent tenses in discussing cross-lang imports (#11361)
Diffstat (limited to 'docs/typescript')
-rw-r--r--docs/typescript/overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/typescript/overview.md b/docs/typescript/overview.md
index 37e760926..dbf0c9286 100644
--- a/docs/typescript/overview.md
+++ b/docs/typescript/overview.md
@@ -129,8 +129,8 @@ as TypeScript continued to evolve, would be breaking changes for existing code.
By default, Deno does not type check JavaScript. This can be changed, and is
discussed further in [Configuring TypeScript in Deno](./configuration.md). Deno
-does support JavaScript importing TypeScript and TypeScript import JavaScript,
-in complex scenarios.
+does support JavaScript importing TypeScript and TypeScript importing
+JavaScript, in complex scenarios.
An important note though is that when type checking TypeScript, by default Deno
will "read" all the JavaScript in order to be able to evaluate how it might have