From e4a0fd83cc837ce91d2841b34ece7fc18ef85bd7 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 16 May 2024 07:27:19 -0400 Subject: [PATCH] deno check: type-checking is the important thing, not downloading (#461) --- runtime/manual/tools/check.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/manual/tools/check.md b/runtime/manual/tools/check.md index bfc1756d3..86521bcd4 100644 --- a/runtime/manual/tools/check.md +++ b/runtime/manual/tools/check.md @@ -1,6 +1,6 @@ # deno check -Download and type-check a program without execution. +Type-check a program without execution. ## Command @@ -19,7 +19,7 @@ deno check -h|--help ## Description -Download and type-check without execution. +Type-check without execution. ```bash deno check https://deno.land/std/http/file_server.ts