summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy John Perisho Eccleston <combinatorist@users.noreply.github.com>2023-06-07 04:58:48 -0700
committerGitHub <noreply@github.com>2023-06-07 20:58:48 +0900
commita87dca3c87130d0b22837a82a47631f4e8c1ac8f (patch)
treef2c3a7091ea6e065637bb490dc878d9982c95fe4
parent6c5c8f21151258b8f976015fce5d9c5681aa462b (diff)
fix typos in manual.yml (#2102)
-rw-r--r--docs/content/manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index b823c41a..a8f4f318 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -217,7 +217,7 @@ sections:
* `-e` / `--exit-status`:
- Sets the exit status of jq to 0 if the last output values was
+ Sets the exit status of jq to 0 if the last output value was
neither `false` nor `null`, 1 if the last output value was
either `false` or `null`, or 4 if no valid result was ever
produced. Normally jq exits with 2 if there was any usage