From 591347e960f86ee6c309905b16f8de42e8370e88 Mon Sep 17 00:00:00 2001 From: Bogstag <8104765+Bogstag@users.noreply.github.com> Date: Fri, 4 Apr 2025 23:32:28 +0200 Subject: [PATCH] fixed typo in run.rs --- src/command/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/run.rs b/src/command/run.rs index 07a30352f..4e3fdddc2 100644 --- a/src/command/run.rs +++ b/src/command/run.rs @@ -24,7 +24,7 @@ pub(crate) struct Run { #[arg(long, conflicts_with = "npm")] bundled_npm: bool, - /// Set the custon pnpm version + /// Set the custom pnpm version #[arg(long, value_name = "version", conflicts_with = "no_pnpm")] pnpm: Option,