1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

Fix typo in content filter name

This commit is contained in:
Arno 2023-12-15 10:50:28 -06:00
parent 429553f5d4
commit 0c38b6878f

View file

@ -24,7 +24,7 @@ export const CONTENT_FLAGS = [
'MatureGame',
'ProfanityVulgarity',
'SexualThemes',
'ViolentGrpahic'
'ViolentGraphic'
];
function formatTerms(data, flags) {