Skip to content

Commit 85f684e

Browse files
committed
fix typo
Related to: aliencube#319
1 parent 1393368 commit 85f684e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/AzureOpenAIProxy.ApiApp/Configurations/StorageAccountSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace AzureOpenAIProxy.ApiApp.Configurations;
22

33
/// <summary>
4-
/// This represents the settings entity for Storage.
4+
/// This represents the settings entity for storage account.
55
/// </summary>
66
public class StorageAccountSettings
77
{

src/AzureOpenAIProxy.ApiApp/Extensions/StorageSettingsExtensions.cs src/AzureOpenAIProxy.ApiApp/Extensions/StorageAccountSettingsExtensions.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
using AzureOpenAIProxy.ApiApp.Configurations;
22

3-
43
namespace AzureOpenAIProxy.ApiApp.Extensions;
54

65
/// <summary>
76
/// This represents the extension entity for the <see cref="StorageAccountSettings"/> class.
87
/// </summary>
9-
public static class StorageSettingsExtensions
8+
public static class StorageAccountSettingsExtensions
109
{
1110
/// <summary>
12-
/// Gets the Storage configuration settings by reading appsettings.json.
11+
/// Gets the storage account configuration settings by reading appsettings.json.
1312
/// </summary>
1413
/// <param name="services"><see cref="IServiceCollection"/> instance.</param>
1514
/// <returns>Returns <see cref="StorageAccountSettings"/> instance.</returns>

0 commit comments

Comments
 (0)