Merge pull request #1210 from barakyaari/master

Fixed typo in HelloWorldCSharp plugin
This commit is contained in:
bao-qian 2017-01-30 00:32:13 +00:00 committed by GitHub
commit 1a08ba0b57

View file

@ -13,7 +13,7 @@ namespace HelloWorldCSharp
{
var result = new Result
{
Title = "Hello Word from CSharp",
Title = "Hello World from CSharp",
SubTitle = $"Query: {query.Search}",
IcoPath = "app.png"
};