From ff80e7ed24c4bec396509a23232294dcad7419ba Mon Sep 17 00:00:00 2001 From: wendrul <53628737+wendrul@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:20:10 +0900 Subject: [PATCH] Fix typo in help page (#2906) --- zellij-utils/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs index cdb3f42f..ee402449 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,