Skip to content

Commit

Permalink
Update src/Azure/Orleans.Persistence.AzureStorage/Providers/Storage/I…
Browse files Browse the repository at this point in the history
…BlobContainerFactory.cs
  • Loading branch information
ReubenBond authored and Romanx committed Aug 11, 2022
1 parent 04a705c commit 07eaf57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public interface IBlobContainerFactory
public BlobContainerClient BuildContainerClient(string grainType, GrainReference grainId);

/// <summary>
/// Initialize any required dependenceis using the provided client and options
/// Initialize any required dependencies using the provided client and options
/// </summary>
/// <param name="client">The connected blob client</param>
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
Expand Down

0 comments on commit 07eaf57

Please sign in to comment.