We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5da2bf commit a72957fCopy full SHA for a72957f
src/Shared/Cosmos/CosmosConstants.cs
@@ -6,8 +6,8 @@ namespace Aspire.Hosting.Azure.Cosmos;
6
internal static class CosmosConstants
7
{
8
/// <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.
+ /// Defines the application name used to interact with the Azure Cosmos database. This will be suffixed to the
+ /// Cosmos user-agent to include with every Azure Cosmos database service interaction.
11
/// </summary>
12
internal const string CosmosApplicationName = "Aspire";
13
0 commit comments