From 5e7a11257cf4b5c188c46d99560f8ceec3702e29 Mon Sep 17 00:00:00 2001 From: Brian MacDonald Date: Sun, 15 Feb 2026 11:45:17 -0500 Subject: [PATCH] Update failure-detection.mdx Fixing dropped word --- docs/develop/dotnet/failure-detection.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.