Skip to content

Commit 5ff144c

Browse files
committed
Grammar
1 parent 98a43eb commit 5ff144c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Web.Providers.Azure/Caching/AzureBlobStorageCacheOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class AzureBlobStorageCacheOptions
2222
public string ContainerName { get; set; } = null!;
2323

2424
/// <summary>
25-
/// Gets or sets the cache folder name that'll store cache files under the configured container.
25+
/// Gets or sets the cache folder's name that'll store cache files under the configured container.
2626
/// Must conform to Azure Blob Storage directory naming guidelines.
2727
/// <see href="https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#directory-names"/>
2828
/// </summary>

0 commit comments

Comments
 (0)