Skip to content

Commit f88020b

Browse files
Copilotsfmskywalker
andcommitted
Fix typo in error message (it's -> its)
Co-authored-by: sfmskywalker <938393+sfmskywalker@users.noreply.github.com>
1 parent 6b38b66 commit f88020b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/Elsa.Workflows.Core/Activities/Flowchart/Activities/Flowchart.Counters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private static async ValueTask<bool> MaybeScheduleOutboundActivitiesAsync(FlowGr
180180
// but was legitimately scheduled by another trigger
181181
if (flowGraph.IsDanglingActivity(activity) && outboundConnections.Count == 0)
182182
{
183-
throw new($"Activity {activity.Id} is not reachable from the flowchart graph and has no outbound connections. Unable to schedule it's outbound activities.");
183+
throw new($"Activity {activity.Id} is not reachable from the flowchart graph and has no outbound connections. Unable to schedule its outbound activities.");
184184
}
185185

186186
// Register the activity as visited unless it was executed due to a backward connection

0 commit comments

Comments
 (0)