Skip to content

Commit

Permalink
fix(preset/english): add "fickle" to whitelist (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltoder authored Dec 3, 2024
1 parent 99598af commit da754da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preset/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export const englishDataset = new DataSet<{ originalWord: EnglishProfaneWord }>(
.addPattern(pattern`|fk`)
.addPattern(pattern`|fu|`)
.addPattern(pattern`|fuk`)
.addWhitelistedTerm('fickle')
.addWhitelistedTerm('kung-fu')
.addWhitelistedTerm('kung fu'),
)
Expand Down

0 comments on commit da754da

Please sign in to comment.