We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588e814 commit a337163Copy full SHA for a337163
Flow.Launcher.Plugin/Result.cs
@@ -276,7 +276,7 @@ public ValueTask<bool> ExecuteAsync(ActionContext context)
276
public string ProgressBarColor { get; set; } = "#26a0da";
277
278
/// <summary>
279
- /// Contains data used to populate the the preview section of this result.
+ /// Contains data used to populate the preview section of this result.
280
/// </summary>
281
public PreviewInfo Preview { get; set; } = PreviewInfo.Default;
282
0 commit comments