Skip to content

Commit be875f9

Browse files
authored
fix typo
1 parent a12a59b commit be875f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/process-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
"use strict";
77

8-
moudle.exports = {
8+
module.exports = {
99
versions: {},
1010
nextTick(fn) {
1111
const args = Array.prototype.slice.call(arguments, 1);

0 commit comments

Comments
 (0)