Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muffl0n authored Sep 17, 2024
1 parent cc4f68e commit 2f44c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub struct Cli {
#[arg(long)]
pub accept_invalid_certs: bool,

/// Run arbiraty javascript
/// Run arbitrary javascript
#[arg(long)]
pub javascript: Option<String>,
}
Expand Down

0 comments on commit 2f44c96

Please sign in to comment.