Skip to content

Commit

Permalink
fixup! doc: change lang info string in fs JS snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 4, 2021
1 parent a95ef66 commit 0d2b5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -1468,7 +1468,7 @@ access('myfile', (err) => {
**read (RECOMMENDED)**
```js
```mjs
import { open, close } from 'fs';
open('myfile', 'r', (err, fd) => {
Expand Down

0 comments on commit 0d2b5aa

Please sign in to comment.