Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
musvaage committed Jan 13, 2023
1 parent 7226622 commit 06bca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/ActionAndArgs.cpp
Expand Up @@ -191,7 +191,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
// * If json is a string, we'll attempt to treat it as an action name,
// without arguments.
// * If json is an object, we'll attempt to retrieve the action name from
// its "action" property, and we'll use that name to fine a deserializer
// its "action" property, and we'll use that name to find a deserializer
// to process the rest of the arguments in the json object.
// - If the action name is null or "unbound", or we don't understand the
// action name, or we failed to parse the arguments to this action, we'll
Expand Down

0 comments on commit 06bca55

Please sign in to comment.