Skip to content

Commit 591347e

Browse files
authored
fixed typo in run.rs
1 parent a7384fa commit 591347e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub(crate) struct Run {
2424
#[arg(long, conflicts_with = "npm")]
2525
bundled_npm: bool,
2626

27-
/// Set the custon pnpm version
27+
/// Set the custom pnpm version
2828
#[arg(long, value_name = "version", conflicts_with = "no_pnpm")]
2929
pnpm: Option<String>,
3030

0 commit comments

Comments
 (0)