Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
The irony of a typo in typos is not missing
  • Loading branch information
brianteeman committed Jun 8, 2021
1 parent 1612e07 commit 4caddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/typos-cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub(crate) struct FileArgs {
check_filenames: bool,

#[structopt(long, overrides_with("check-files"))]
/// Skip verifying spelling in filess.
/// Skip verifying spelling in files.
no_check_files: bool,
#[structopt(long, overrides_with("no-check-files"), hidden(true))]
check_files: bool,
Expand Down

0 comments on commit 4caddb6

Please sign in to comment.