From 489d2584c92f728ff2c507c5873bd954c23e8921 Mon Sep 17 00:00:00 2001 From: David Pine Date: Fri, 11 Apr 2025 08:10:41 -0500 Subject: [PATCH] Update dotnet-aspire-9.2.md Fixes #3071 --- docs/whats-new/dotnet-aspire-9.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);