From b5866c1a5d7a0ff9ab6a6af6fff804f95c46c476 Mon Sep 17 00:00:00 2001 From: "Matt Wicks [SSW]" Date: Fri, 6 Feb 2026 10:14:10 +1100 Subject: [PATCH] Fix typo in documentation for pnpm configuration --- src/Aspire.Hosting.JavaScript/JavaScriptHostingExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aspire.Hosting.JavaScript/JavaScriptHostingExtensions.cs b/src/Aspire.Hosting.JavaScript/JavaScriptHostingExtensions.cs index 4d1bd7d52a6..0ccf6ee20cf 100644 --- a/src/Aspire.Hosting.JavaScript/JavaScriptHostingExtensions.cs +++ b/src/Aspire.Hosting.JavaScript/JavaScriptHostingExtensions.cs @@ -874,7 +874,7 @@ private static string[] GetDefaultYarnInstallArgs( } /// - /// Configures the Node.js resource to use pnmp as the package manager and optionally installs packages before the application starts. + /// Configures the Node.js resource to use pnpm as the package manager and optionally installs packages before the application starts. /// /// The NodeAppResource. /// When true (default), automatically installs packages before the application starts. When false, only sets the package manager annotation without creating an installer resource.