fix typo in module exports

This commit is contained in:
Sam Levan 2015-03-19 09:48:35 -07:00
parent b70cc17ebc
commit 8b8ee72442

View File

@ -20,5 +20,5 @@ function isDisposable(email) {
module.exports = {
isFree: isFree,
isDisposible: isDisposable
isDisposable: isDisposable
};