We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8606f commit 389ba20Copy full SHA for 389ba20
src/cascadia/TerminalApp/TerminalTab.cpp
@@ -460,7 +460,7 @@ namespace winrt::TerminalApp::implementation
460
// for every pane.
461
//
462
// In the future, we'll want to definitely get rid of
463
- // Pane::GetTerminalArgsForPane, and somehown instead find a better way
+ // Pane::GetTerminalArgsForPane, and somehow instead find a better way
464
// of re-creating the pane state. Probably through a combo of ResizePane
465
// actions and SetPaneOrientation actions.
466
if (const auto& settings{ _rootPane->GetContent().try_as<SettingsPaneContent>() })
0 commit comments