Fix typo in description of RunTask activity

This commit is contained in:
Sipke Schoorstra 2023-06-30 15:52:35 +02:00
parent 925946d404
commit 3c0dfbf46b

View file

@ -36,7 +36,7 @@ public class RunTask : Activity<object>, IBookmarksPersistedHandler
/// <summary>
/// The name of the task being requested.
/// </summary>
[Input(Description = "AnyAsync additional parameters to send to the task.")]
[Input(Description = "Any additional parameters to send to the task.")]
public Input<IDictionary<string, object>?> Payload { get; set; } = default!;
/// <inheritdoc />