Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Mar 21, 2023
1 parent dea426a commit 62fb61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/SuggestionsControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ namespace winrt::TerminalApp::implementation

// Make sure to not send the preview if we're collapsed. This can
// sometimes fire after we've been closed, which can trigger us to
// preview the action for the empty text (as we've cloeared the search
// preview the action for the empty text (as we've cleared the search
// text as a part of closing).
const bool isVisible{ this->Visibility() == Visibility::Visible };

Expand Down

0 comments on commit 62fb61d

Please sign in to comment.