Skip to content

Commit

Permalink
fix(preset/english): whitelist "fick" (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltoder authored Dec 26, 2024
1 parent 8e72c00 commit 40f66fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preset/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export const englishDataset = new DataSet<{ originalWord: EnglishProfaneWord }>(
.addPattern(pattern`|fk`)
.addPattern(pattern`|fu|`)
.addPattern(pattern`|fuk`)
.addWhitelistedTerm('fickle')
.addWhitelistedTerm('fick')
.addWhitelistedTerm('kung-fu')
.addWhitelistedTerm('kung fu'),
)
Expand Down

0 comments on commit 40f66fb

Please sign in to comment.