summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwendrul <53628737+wendrul@users.noreply.github.com>2023-11-14 00:20:10 +0900
committerGitHub <noreply@github.com>2023-11-14 00:20:10 +0900
commitff80e7ed24c4bec396509a23232294dcad7419ba (patch)
tree2ad1f5bd7e34e84a289aa5a0b3b3f165b7bdadda
parentc33f5b6cc629d7b385eaa219f54f52a2e396e36e (diff)
Fix typo in help page (#2906)
-rw-r--r--zellij-utils/src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs
index cdb3f42f1..ee4024491 100644
--- a/zellij-utils/src/cli.rs
+++ b/zellij-utils/src/cli.rs
@@ -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,