From ffb4b32e9246dec2d452f81d530e8738e19e5a4e Mon Sep 17 00:00:00 2001 From: Kuzivakwashe <46272157+kuzivany@users.noreply.github.com> Date: Wed, 20 Jan 2021 13:54:42 +0200 Subject: [PATCH] docs: Fix typos in TypeScript section of the manual (#9195) --- docs/typescript/runtime.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/typescript/runtime.md b/docs/typescript/runtime.md index 2bb4ed4c51..37b6972b17 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)