mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #1210 from barakyaari/master
Fixed typo in HelloWorldCSharp plugin
This commit is contained in:
commit
1a08ba0b57
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue