Skip to content

Commit

Permalink
Fix typo in help page (#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendrul authored Nov 13, 2023
1 parent c33f5b6 commit ff80e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zellij-utils/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ pub enum CliAction {
},
/// Embed focused pane if floating or float focused pane if embedded
TogglePaneEmbedOrFloating,
/// Toggle the visibility of all fdirectionloating panes in the current Tab, open one if none exist
/// Toggle the visibility of all floating panes in the current Tab, open one if none exist
ToggleFloatingPanes,
/// Close the focused pane.
ClosePane,
Expand Down

0 comments on commit ff80e7e

Please sign in to comment.