File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments