]> granicus.if.org Git - jq/commitdiff
fix typo in manual
authorSimon Elsbrock <simon@iodev.org>
Wed, 20 Feb 2013 21:38:50 +0000 (22:38 +0100)
committerSimon Elsbrock <simon@iodev.org>
Wed, 20 Feb 2013 21:38:50 +0000 (22:38 +0100)
docs/content/3.manual/manual.yml

index de6082105ac25dc42513374c79c16edbbd84c369..21907b95ecbb6eca7cf03d5cfba51694f18d9ac5 100644 (file)
@@ -178,7 +178,7 @@ sections:
           If you use the `.[foo]` syntax, but omit the index
           entirely, it will return *all* of the elements of an
           array. Running `.[]` with the input `[1,2,3]` will produce the
-          numbers as three seperate results, rather than as a single
+          numbers as three separate results, rather than as a single
           array.
 
         examples: