Skip to content

Commit af8c386

Browse files
authored
doc: fix typo in --heading flag help
PR #2864
1 parent 71d71d2 commit af8c386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/flags/defs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2627,7 +2627,7 @@ of printing the file path as a prefix for each matched line.
26272627
This is the default mode when printing to a tty.
26282628
.sp
26292629
When \fBstdout\fP is not a tty, then ripgrep will default to the standard
2630-
grep-like format. Once can force this format in Unix-like environments by
2630+
grep-like format. One can force this format in Unix-like environments by
26312631
piping the output of ripgrep to \fBcat\fP. For example, \fBrg\fP \fIfoo\fP \fB|
26322632
cat\fP.
26332633
"

0 commit comments

Comments
 (0)