Skip to content

Commit

Permalink
Fixed spelling error in comment (#2274)
Browse files Browse the repository at this point in the history
replaced `acvitity` with `activity`
  • Loading branch information
tamaw authored Feb 12, 2024
1 parent 6647c45 commit 67b52ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetWorker.Core/Context/FunctionContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public abstract class FunctionContext
public abstract BindingContext BindingContext { get; }

/// <summary>
/// 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.
/// </summary>
public abstract RetryContext RetryContext { get; }
Expand Down

0 comments on commit 67b52ab

Please sign in to comment.