Skip to content

Commit 2118907

Browse files
fixup! doc: fix transpiler loader hooks documentation
Co-authored-by: Jacob Smith <[email protected]>
1 parent 7192b2c commit 2118907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ console.log "Brought to you by Node.js version #{version}"
14691469
14701470
```coffee
14711471
# scream.coffee
1472-
exort scream = (str) -> str.toUpperCase()
1472+
export scream = (str) -> str.toUpperCase()
14731473
```
14741474
14751475
For the sake of running the example, add a `package.json` file containing the

0 commit comments

Comments
 (0)