Skip to content

Commit 8dd760b

Browse files
authored
Fix comment on PersistKeysToAzureBlobStorage (Azure#29300)
1 parent 507a5f2 commit 8dd760b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/src/AzureStorageBlobDataProtectionBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static IDataProtectionBuilder PersistKeysToAzureBlobStorage(this IDataPro
135135
/// <param name="blobName">The blob name to use.</param>
136136
/// <returns>The value <paramref name="builder"/>.</returns>
137137
/// <remarks>
138-
/// The container referenced by <paramref name="containerName"/><paramref name="blobName"/> must already exist.
138+
/// The container referenced by <paramref name="containerName"/> must already exist.
139139
/// </remarks>
140140
public static IDataProtectionBuilder PersistKeysToAzureBlobStorage(this IDataProtectionBuilder builder, string connectionString, string containerName, string blobName)
141141
{

0 commit comments

Comments
 (0)