Skip to content

Commit a72957f

Browse files
authored
Update src/Shared/Cosmos/CosmosConstants.cs (dotnet#3905)
1 parent d5da2bf commit a72957f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Cosmos/CosmosConstants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace Aspire.Hosting.Azure.Cosmos;
66
internal static class CosmosConstants
77
{
88
/// <summary>
9-
/// Defines the application name used to interact with the aszure cosmos db. This will be suffixed to the
10-
/// cosmos user-agent to include with every Azure Cosmos DB service interaction.
9+
/// Defines the application name used to interact with the Azure Cosmos database. This will be suffixed to the
10+
/// Cosmos user-agent to include with every Azure Cosmos database service interaction.
1111
/// </summary>
1212
internal const string CosmosApplicationName = "Aspire";
1313

0 commit comments

Comments
 (0)