Skip to content

Commit 54ed8e3

Browse files
authored
fix typo in interoperability_with_nodejs.md (#1541)
1 parent 769e98f commit 54ed8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/videos/interoperability_with_nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Node. For example, we can use the core Node.js built in APIs. All we have to do
1919
is add this Node specifier here.
2020

2121
```ts
22-
import { fs } from "node:fs/priomses";
22+
import { fs } from "node:fs/promises";
2323
```
2424

2525
Deno also supports the use of NPM modules. All you need to do is add the NPM

0 commit comments

Comments
 (0)