]> granicus.if.org Git - jq/commitdiff
Typo correction
authortrantor <trantorvega@gmail.com>
Mon, 13 Nov 2017 11:49:51 +0000 (12:49 +0100)
committerWilliam Langford <wlangfor@gmail.com>
Wed, 22 Nov 2017 18:47:35 +0000 (13:47 -0500)
Suppresion -> Suppression

docs/content/3.manual/manual.yml

index 119d42bf48f065a0efe24012dfff757e6cabed96..6baa58ca69eadd419a04874459b2abf3006ed91c 100644 (file)
@@ -2179,7 +2179,7 @@ sections:
 
           because no label `$out` is visible.
 
-      - title: "Error Suppresion / Optional Operator: `?`"
+      - title: "Error Suppression / Optional Operator: `?`"
         body: |
 
           The `?` operator, used as `EXP?`, is shorthand for `try EXP`.