mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
Fixed typo in HelloWorldCSharp
This commit is contained in:
parent
052048ad4c
commit
dc46277d0c
@ -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"
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user