Fix typo in help page (#2906)

This commit is contained in:
wendrul 2023-11-14 00:20:10 +09:00 committed by GitHub
parent c33f5b6cc6
commit ff80e7ed24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -456,7 +456,7 @@ pub enum CliAction {
}, },
/// Embed focused pane if floating or float focused pane if embedded /// Embed focused pane if floating or float focused pane if embedded
TogglePaneEmbedOrFloating, 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, ToggleFloatingPanes,
/// Close the focused pane. /// Close the focused pane.
ClosePane, ClosePane,