Skip to content

Commit 135a369

Browse files
authored
fix typo in Settings ui (Vencord#924)
Fixed spelling mistake (Miscelleanous → Miscellaneous)
1 parent 8993b0d commit 135a369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
103103
}
104104
],
105105
Notifications: [NotificationBadgeToggle],
106-
Miscelleanous: [
106+
Miscellaneous: [
107107
{
108108
key: "arRPC",
109109
title: "Rich Presence",

0 commit comments

Comments
 (0)