Skip to content

Commit f2914f1

Browse files
authored
Merge pull request #468 from rynclark/patch-1
Fix typo
2 parents c0c918a + f172e45 commit f2914f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/api/node.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Node.js API
33
sort: 3
44
contributors:
55
- sallar
6+
- rynclark
67
---
78

89
webpack provides a Node.js API which can be used directly in Node.js runtime.
@@ -255,7 +256,7 @@ const compiler = webpack({ /* options*/ });
255256

256257
compiler.outputFileSystem = fs;
257258
compiler.run((err, stats) => {
258-
// Read te output later:
259+
// Read the output later:
259260
const content = fs.readFileSync("...");
260261
});
261262
```

0 commit comments

Comments
 (0)