From 5c20a360411d5b46517368ef710b8908acc1df36 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Mon, 4 Nov 2019 10:54:16 +0100 Subject: [PATCH] rg: fix grammar (#3525) --- pages/common/rg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/rg.md b/pages/common/rg.md index 21857916a..1a348267f 100644 --- a/pages/common/rg.md +++ b/pages/common/rg.md @@ -24,7 +24,7 @@ `rg {{pattern}} -g {{glob}}` -- Only list matched files -- useful when piping to other commands: +- Only list matched files (useful when piping to other commands): `rg --files-with-matches {{pattern}}`