Skip to content

Commit

Permalink
Merge pull request #132 from muffl0n/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pwnwriter authored Sep 17, 2024
2 parents cc4f68e + 2f44c96 commit 9177785
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 9177785

Please sign in to comment.