Skip to content

Commit 42a3033

Browse files
committed
Clearer shortcut description
1 parent e417766 commit 42a3033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/Shortcuts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function ShortcutContent() {
134134
<ShortcutKey shortcut={{ key: "arrowleft" }} variant="medium/bright" />
135135
<ShortcutKey shortcut={{ key: "arrowright" }} variant="medium/bright" />
136136
</Shortcut>
137-
<Shortcut name="Jump to adjacent">
137+
<Shortcut name="Jump to next/previous run">
138138
<ShortcutKey shortcut={{ key: "[" }} variant="medium/bright" />
139139
<ShortcutKey shortcut={{ key: "]" }} variant="medium/bright" />
140140
</Shortcut>

0 commit comments

Comments
 (0)