1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

doc: fix typo in --hidden docs

PR #2718
This commit is contained in:
Wilfred Hughes 2024-01-22 10:31:11 -08:00 committed by GitHub
parent 648a65f197
commit 9b42af96f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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