diff options
author | tokiedokie <thetokiedokie@gmail.com> | 2020-08-18 01:17:57 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 12:17:57 -0400 |
commit | 68e1ba07d3d6716ff651fe6d379b46fb61253a1d (patch) | |
tree | ffc1c992fac9bb07939f7b7b6377e99e63823a5d /docs/getting_started | |
parent | 684eddcc6bf0c1446c9aba0cdf001c661c19ab24 (diff) |
typos (#7082)
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/typescript.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |