Skip to content

Commit d1cb11a

Browse files
committed
fix(docs): Correct formatting in keybinds panel documentation
1 parent ab335b4 commit d1cb11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub fn render_status_bar(f: &mut Frame, area: Rect, app: &AppState) {
7979
///
8080
/// This panel displays all current keybindings organized into logical groups
8181
/// (general, navigation, etc.), helping users discover and remember shortcuts.
82-
/// It is shown/hidden by toggling via [`Shift+K`].
82+
/// It is shown/hidden by toggling via `Shift+K`.
8383
///
8484
/// # Arguments
8585
///

0 commit comments

Comments
 (0)