Skip to content

Commit

Permalink
chore: fix of typo in hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Dec 11, 2024
1 parent eca19c8 commit 70c8043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Toolbar/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const Dropdown: React.FC<DropdownProps> = ({
</DropdownMenu.Item>

<DropdownMenu.Item onSelect={() => handleNavigation("hot keys")}>
IDE Hot Keys Settings
IDE Hotkeys Settings
</DropdownMenu.Item>

<DropdownMenu.Item onSelect={() => handleNavigation("settings")}>
Expand Down

0 comments on commit 70c8043

Please sign in to comment.