diff --git a/docs/whats-new/dotnet-aspire-9.2.md b/docs/whats-new/dotnet-aspire-9.2.md index cf2eebb569..ff5c9b99d7 100644 --- a/docs/whats-new/dotnet-aspire-9.2.md +++ b/docs/whats-new/dotnet-aspire-9.2.md @@ -165,7 +165,7 @@ For more information, see [Custom HTTP commands in .NET Aspire](../fundamentals/ ### 🗂️ Connection string resource type -We've introduced a new `ConnectionStringResource` type that makes it easier to build dynamic connection strings without defining a separate resource type. This makes it easier to work with build dynamic parameterized connection strings. +We've introduced a new `ConnectionStringResource` type that makes it easier to build dynamic connection strings without defining a separate resource type. This makes it easier to work with and build dynamic parameterized connection strings. ```csharp var builder = DistributedApplication.CreateBuilder(args);