mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Fixed typo in HelloWorldCSharp
This commit is contained in:
@@ -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"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user