From 3c7819301b5e7cad9d379eb084795f2670a20d2e Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Wed, 14 Jul 2021 09:12:30 -0500 Subject: doc: fix typo "used" -> "use" PR #1936 --- crates/core/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/app.rs b/crates/core/app.rs index fb257d6c..a752655b 100644 --- a/crates/core/app.rs +++ b/crates/core/app.rs @@ -1548,7 +1548,7 @@ When specifying multiple ignore files, earlier files have lower precedence than later files. If you are looking for a way to include or exclude files and directories -directly on the command line, then used -g instead. +directly on the command line, then use -g instead. " ); let arg = RGArg::flag("ignore-file", "PATH") -- cgit v1.2.3