From 68e1ba07d3d6716ff651fe6d379b46fb61253a1d Mon Sep 17 00:00:00 2001 From: tokiedokie Date: Tue, 18 Aug 2020 01:17:57 +0900 Subject: typos (#7082) --- docs/getting_started/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started/typescript.md') diff --git a/docs/getting_started/typescript.md b/docs/getting_started/typescript.md index 0a89b8a6c..a72fd3689 100644 --- a/docs/getting_started/typescript.md +++ b/docs/getting_started/typescript.md @@ -16,7 +16,7 @@ import { queue } from "./collections.ts"; ### `--no-check` option -When using `deno run`, `deno test`, `deno cache`,`deno info`, or `deno bundle` +When using `deno run`, `deno test`, `deno cache`, `deno info`, or `deno bundle` you can specify the `--no-check` flag to disable TypeScript type checking. This can significantly reduce the time that program startup takes. This can be very useful when type checking is provided by your editor and you want startup time -- cgit v1.2.3