Skip to content

Commit

Permalink
Correct a typo with enumerable
Browse files Browse the repository at this point in the history
  • Loading branch information
donofriov committed Feb 22, 2017
1 parent 032b0c0 commit 9b567c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (!requireProto.hasOwnProperty('ensure')) {
callback(this);
},
writable: false,
enumarble: false
enumerable: false
}
}
);
Expand Down

0 comments on commit 9b567c5

Please sign in to comment.