Skip to content

Commit 2f44c96

Browse files
authored
Fix typo
1 parent cc4f68e commit 2f44c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub struct Cli {
7777
#[arg(long)]
7878
pub accept_invalid_certs: bool,
7979

80-
/// Run arbiraty javascript
80+
/// Run arbitrary javascript
8181
#[arg(long)]
8282
pub javascript: Option<String>,
8383
}

0 commit comments

Comments
 (0)