Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Fixes #1 - rename wordlist to exprProfanity, fixes ReferenceError
Browse files Browse the repository at this point in the history
  • Loading branch information
arian committed Jan 23, 2014
1 parent a5bf942 commit 92b239c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/profanity.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

var wordlist = require('./wordlist');
var exprProfanity = require('./wordlist');

var config = {
"enabled": true,
Expand Down Expand Up @@ -58,4 +58,4 @@ function generateProfanity (str) {

return match + replacement + ' ';
});
}
}

0 comments on commit 92b239c

Please sign in to comment.