diff --git a/src/Temporalio/Workflows/WorkflowAttribute.cs b/src/Temporalio/Workflows/WorkflowAttribute.cs index 0baf5219..fdbd15e5 100644 --- a/src/Temporalio/Workflows/WorkflowAttribute.cs +++ b/src/Temporalio/Workflows/WorkflowAttribute.cs @@ -41,7 +41,7 @@ public WorkflowAttribute(string name) /// /// Gets or sets a value indicating whether the workflow is dynamic. If a workflow is - /// dynamic, it cannot by given a name in this attribute and the run method must an array of + /// dynamic, it cannot be given a name in this attribute and the run method must an array of /// . /// public bool Dynamic { get; set; }