Skip to content

Commit

Permalink
fix typo moudles -> modules (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers authored Nov 3, 2023
1 parent e0c1c8f commit 0b1bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/manual/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Deno provides a compatibility layer that enables your code to use
[Node.js built-in modules and third-party modules from npm](./node/index.md).
Using Node and npm modules in your code looks a lot like using standard Deno
modules, except you'll use either a `node:` or `npm:` specifier when importing
Node built-ins or npm moudles, respectively.
Node built-ins or npm modules, respectively.

To see how it works, create a file called `server.js` and include the
following - a simple HTTP server using the popular
Expand Down

0 comments on commit 0b1bf5f

Please sign in to comment.