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.