Skip to content

Commit 32266c8

Browse files
authored
fix typo
1 parent 6aca878 commit 32266c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Plugin/Query.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ public class Query
99
{
1010
/// <summary>
1111
/// Input text in query box.
12-
/// We didn't recommend use this property directly. You should always use Search property.
12+
/// We don't recommend using this property directly. You should always use Search property.
1313
/// </summary>
1414
public string Input { get; internal init; }
1515

1616
/// <summary>
1717
/// Raw query, this includes action keyword if it has.
1818
/// It has handled buildin custom query shortkeys and build-in shortcuts, and it trims the whitespace.
19-
/// We didn't recommend use this property directly. You should always use Search property.
19+
/// We don't recommend using this property directly. You should always use Search property.
2020
/// </summary>
2121
public string RawQuery { get; internal init; }
2222

0 commit comments

Comments
 (0)