summaryrefslogtreecommitdiff
path: root/docs/typescript
diff options
context:
space:
mode:
authorKuzivakwashe <46272157+kuzivany@users.noreply.github.com>2021-01-20 13:54:42 +0200
committerGitHub <noreply@github.com>2021-01-20 06:54:42 -0500
commitffb4b32e9246dec2d452f81d530e8738e19e5a4e (patch)
tree251c9b3d80becea783beacf62260df60a5341e0c /docs/typescript
parent0f7a02500c0abdaae4ecfa89259c026c624773a9 (diff)
docs: Fix typos in TypeScript section of the manual (#9195)
Diffstat (limited to 'docs/typescript')
-rw-r--r--docs/typescript/runtime.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/typescript/runtime.md b/docs/typescript/runtime.md
index 2bb4ed4c5..37b6972b1 100644
--- a/docs/typescript/runtime.md
+++ b/docs/typescript/runtime.md
@@ -247,10 +247,10 @@ checking.
### Compiler options
-`Deno.emit()` support quite a few compiler options that can impact how code is
+`Deno.emit()` supports quite a few compiler options that can impact how code is
type checked and emitted. They are similar to the options supported by a
`tsconfig.json` in the `compilerOptions` section, but there are several options
-that are not supported. This is because they are either meaningless in Deno our
+that are not supported. This is because they are either meaningless in Deno or
would cause Deno to not be able to work properly. The defaults for `Deno.emit()`
are the same defaults that are on the command line. The options are
[documented here](https://doc.deno.land/builtin/unstable#Deno.CompilerOptions)