diff --git a/docs/develop/dotnet/failure-detection.mdx b/docs/develop/dotnet/failure-detection.mdx index 78adeec22d..fc0a12f491 100644 --- a/docs/develop/dotnet/failure-detection.mdx +++ b/docs/develop/dotnet/failure-detection.mdx @@ -192,7 +192,7 @@ return await Workflow.ExecuteActivityAsync( ### Set an Activity Retry Policy {#activity-retries} -**How to an Activity Retry Policy using the Temporal .NET SDK** +**How to Set an Activity Retry Policy using the Temporal .NET SDK** A Retry Policy works in cooperation with the timeouts to provide fine controls to optimize the execution experience.