spelling: separator (#3751)

This commit is contained in:
Josh Soref
2020-05-26 21:10:58 -04:00
committed by GitHub
parent d5c3a3e5e8
commit 3265549911
9 changed files with 13 additions and 13 deletions

View File

@@ -317,7 +317,7 @@ namespace Microsoft.Plugin.Shell
private void OnWinRPressed()
{
_context.API.ChangeQuery($"{_context.CurrentPluginMetadata.ActionKeywords[0]}{Wox.Plugin.Query.TermSeperater}");
_context.API.ChangeQuery($"{_context.CurrentPluginMetadata.ActionKeywords[0]}{Wox.Plugin.Query.TermSeparator}");
Application.Current.MainWindow.Visibility = Visibility.Visible;
}