Skip to content

Commit

Permalink
deno check: type-checking is the important thing, not downloading (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored May 16, 2024
1 parent 60fdafb commit e4a0fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/manual/tools/check.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# deno check

Download and type-check a program without execution.
Type-check a program without execution.

## Command

Expand All @@ -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
Expand Down

0 comments on commit e4a0fd8

Please sign in to comment.