Skip to content

Commit

Permalink
Add word to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Dec 21, 2023
1 parent b5c7384 commit 88f956b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/titles/titleFormatterData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ export const acronymBlocklist = new Set([
"did",
"now",
"too",
"bad"
"bad",
"big"
]);

export const notStartOfSentence = new Set([
Expand Down

0 comments on commit 88f956b

Please sign in to comment.