Skip to content

Commit

Permalink
fix typo in Settings ui (#924)
Browse files Browse the repository at this point in the history
Fixed spelling mistake (Miscelleanous → Miscellaneous)
  • Loading branch information
DDjivan authored Oct 22, 2024
1 parent 8993b0d commit 135a369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
}
],
Notifications: [NotificationBadgeToggle],
Miscelleanous: [
Miscellaneous: [
{
key: "arRPC",
title: "Rich Presence",
Expand Down

0 comments on commit 135a369

Please sign in to comment.