Skip to content

Commit a337163

Browse files
fix typo
1 parent 588e814 commit a337163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public ValueTask<bool> ExecuteAsync(ActionContext context)
276276
public string ProgressBarColor { get; set; } = "#26a0da";
277277

278278
/// <summary>
279-
/// Contains data used to populate the the preview section of this result.
279+
/// Contains data used to populate the preview section of this result.
280280
/// </summary>
281281
public PreviewInfo Preview { get; set; } = PreviewInfo.Default;
282282

0 commit comments

Comments
 (0)