]> granicus.if.org Git - jq/commitdiff
Fix typo in docs
authorNicolas Williams <nico@cryptonector.com>
Fri, 10 Jul 2015 15:10:28 +0000 (10:10 -0500)
committerNicolas Williams <nico@cryptonector.com>
Fri, 10 Jul 2015 15:10:28 +0000 (10:10 -0500)
docs/content/3.manual/manual.yml

index 7d926750713b665234b2dbc288a0d3194108bb4c..d18fc1aefe792e4d15c21da9fd2e8745f45fb1f8 100644 (file)
@@ -2777,7 +2777,6 @@ sections:
       If "$HOME/.jq" is a file, it is sourced into the main program.
 
     entries:
-      - title: "`import RelativePathString as NAME;`"
         body: |
 
           Imports a module found at the given path relative to a
@@ -2804,7 +2803,7 @@ sections:
 
           The metadata must be a constant jq expression.  It should be
           an object with keys like "homepage" and so on.  At this time
-          jq only uses the "search" key/value of the metadate.  The
+          jq only uses the "search" key/value of the metadata.  The
           metadata is also made available to users via the `modulemeta`
           builtin.
           
@@ -2830,7 +2829,7 @@ sections:
 
           The metadata must be a constant jq expression.  It should be
           an object with keys like "homepage" and so on.  At this time
-          jq only uses the "search" key/value of the metadate.  The
+          jq only uses the "search" key/value of the metadata.  The
           metadata is also made available to users via the `modulemeta`
           builtin.