Skip to content

Commit

Permalink
doc: fix typo in --hidden docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Jan 22, 2024
1 parent 648a65f commit 9b42af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/flags/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2746,7 +2746,7 @@ impl Flag for Hidden {
Search hidden files and directories. By default, hidden files and directories
are skipped. Note that if a hidden file or a directory is whitelisted in
an ignore file, then it will be searched even if this flag isn't provided.
Similarly if a hidden file or directory is given explicitly as an argumnet to
Similarly if a hidden file or directory is given explicitly as an argument to
ripgrep.
.sp
A file or directory is considered hidden if its base name starts with a dot
Expand Down

0 comments on commit 9b42af9

Please sign in to comment.