diff --git a/src/DotNetWorker.Core/Context/FunctionContext.cs b/src/DotNetWorker.Core/Context/FunctionContext.cs index 4e371682c..15e289e0c 100644 --- a/src/DotNetWorker.Core/Context/FunctionContext.cs +++ b/src/DotNetWorker.Core/Context/FunctionContext.cs @@ -36,7 +36,7 @@ public abstract class FunctionContext public abstract BindingContext BindingContext { get; } /// - /// Gets the retry context containing information about retry acvitity for the event that triggered + /// Gets the retry context containing information about retry activity for the event that triggered /// the current function invocation. /// public abstract RetryContext RetryContext { get; }