Fixed typo in HelloWorldCSharp

This commit is contained in:
BarakYaari 2017-01-28 11:29:06 +02:00
parent 052048ad4c
commit dc46277d0c

View File

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