diff --git a/volatile.js b/volatile.js index fd9af7e..1fb1ab3 100644 --- a/volatile.js +++ b/volatile.js @@ -1,4 +1,4 @@ -mopdule.exports = class Volatile { +module.exports = class Volatile { constructor(obj) { this.obj = obj; }