Skip to content

Commit

Permalink
docs(readme): fix typo in filter.check function on the readme.md
Browse files Browse the repository at this point in the history
fix #18
  • Loading branch information
jojoee committed Nov 18, 2020
1 parent 176e8c2 commit 4e2cf46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ filter.list();

### filter.check(string)

Check out mor example on [filter.clean](https://github.com/jojoee/leo-profanity#filtercleanstring-replacekey)
Check out more cases on [filter.clean](https://github.com/jojoee/leo-profanity#filtercleanstring-replacekey)

```javascript
// output: true
filter.clean('I have boob');
filter.check('I have boob');
```

### filter.clean(string, [replaceKey=*])
Expand Down

0 comments on commit 4e2cf46

Please sign in to comment.