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

@@ -27,7 +27,7 @@ namespace Wox
private void ActionKeyword_OnLoaded(object sender, RoutedEventArgs e)
{
tbOldActionKeyword.Text = string.Join(Query.ActionKeywordSeperater, _plugin.Metadata.ActionKeywords.ToArray());
tbOldActionKeyword.Text = string.Join(Query.ActionKeywordSeparator, _plugin.Metadata.ActionKeywords.ToArray());
tbAction.Focus();
}