diff --git a/src/HotChocolate/PersistedOperations/src/PersistedOperations.AzureBlobStorage/AzureBlobOperationDocumentStorage.cs b/src/HotChocolate/PersistedOperations/src/PersistedOperations.AzureBlobStorage/AzureBlobOperationDocumentStorage.cs index 148a17165fc..df2f936e637 100644 --- a/src/HotChocolate/PersistedOperations/src/PersistedOperations.AzureBlobStorage/AzureBlobOperationDocumentStorage.cs +++ b/src/HotChocolate/PersistedOperations/src/PersistedOperations.AzureBlobStorage/AzureBlobOperationDocumentStorage.cs @@ -8,7 +8,7 @@ namespace HotChocolate.PersistedOperations.AzureBlobStorage; /// -/// An implementation of that uses Redis as a storage. +/// An implementation of that uses Azure Blob Storage. /// public class AzureBlobOperationDocumentStorage : IOperationDocumentStorage {