Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrocca authored May 30, 2019
1 parent 91d8c6c commit 4913363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ filter.clean('hell this wont clean anything'); //hell this wont clean anything
```js
let filter = new Filter();

filter.removeWords('hells' 'sadist');
filter.removeWords('hells', 'sadist');

filter.clean("some hells word!"); //some hells word!

Expand Down

0 comments on commit 4913363

Please sign in to comment.