summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan VanBuren <vanburenstefan@gmail.com>2020-11-03 10:32:38 -0500
committerGitHub <noreply@github.com>2020-11-03 10:32:38 -0500
commit8782f8200ccbfb5716359d07db103fd478cac10e (patch)
tree4585951c7c91cc90cfc390d76f2f53334099336a
parent2819212f8997fbea813fdfed1e8c6bd62674dd23 (diff)
doc: add missing backtick in FAQ
PR #1723
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 1bacc1e1..8d226262 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -208,7 +208,7 @@ The `--color` flag accepts one of the following possible values: `never`,
ripgrep to only enable colors when it is printing to a terminal. But if you
pipe ripgrep to a file or some other process, then it will suppress colors.
-The --colors` flag is a bit more complicated. The general format is:
+The `--colors` flag is a bit more complicated. The general format is:
```
--colors '{type}:{attribute}:{value}'