summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authortokiedokie <thetokiedokie@gmail.com>2020-08-18 01:17:57 +0900
committerGitHub <noreply@github.com>2020-08-17 12:17:57 -0400
commit68e1ba07d3d6716ff651fe6d379b46fb61253a1d (patch)
treeffc1c992fac9bb07939f7b7b6377e99e63823a5d /docs/getting_started
parent684eddcc6bf0c1446c9aba0cdf001c661c19ab24 (diff)
typos (#7082)
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/typescript.md2
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