Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

fix doc "deno doc std node assert" command typo #54

Merged
merged 2 commits into from
Aug 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion npm_nodejs/std_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you want documentation for any of the modules, you can simply type `deno doc`
and the URL of the module in your terminal:

```
> deno doc https://deno.land/std/assert.ts
> deno doc https://deno.land/std/node/assert.ts
bartlomieju marked this conversation as resolved.
Show resolved Hide resolved
```

### Loading CommonJS modules
Expand Down