summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-07-10 10:10:28 -0500
committerNicolas Williams <nico@cryptonector.com>2015-07-10 10:10:28 -0500
commit862566a48f61374de8dc099c1be1ff75068012e3 (patch)
tree6e5e22198949a3e15130ba8238d53c2db69a23af
parentf9f4d2d1e5064028e97ea8982876ea013ae9c827 (diff)
Fix typo in docs
-rw-r--r--docs/content/3.manual/manual.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 7d926750..d18fc1ae 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -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.