summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Wadman <mattias.wadman@gmail.com>2024-01-24 23:34:41 +0100
committerGitHub <noreply@github.com>2024-01-24 23:34:41 +0100
commitc95f6ce700a8541d5a7f063d4699b85ac083c29f (patch)
tree501bd1a0ebc273ad2a9329919c7d9121b5a7fee5
parent1f1e619f4e1478598aca56115948eb14d484b9fe (diff)
Fix "in the a search" typo (#3015)
Fixes #3014
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.5/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
-rw-r--r--docs/content/manual/v1.7/manual.yml2
-rw-r--r--jq.1.prebuilt2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 412febdc..3780e8a0 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -3609,7 +3609,7 @@ sections:
path (see below). The `import` and `include` directives allow the
importer to alter this path.
- Paths in the a search path are subject to various substitutions.
+ Paths in the search path are subject to various substitutions.
For paths starting with `~/`, the user's home directory is
substituted for `~`.
diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml
index c419ec50..5b803fd2 100644
--- a/docs/content/manual/v1.5/manual.yml
+++ b/docs/content/manual/v1.5/manual.yml
@@ -2821,7 +2821,7 @@ sections:
path (see below). The `import` and `include` directives allow the
importer to alter this path.
- Paths in the a search path are subject to various substitutions.
+ Paths in the search path are subject to various substitutions.
For paths starting with "~/", the user's home directory is
substituted for "~".
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 1eb5c72f..87c7ff67 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -3216,7 +3216,7 @@ sections:
path (see below). The `import` and `include` directives allow the
importer to alter this path.
- Paths in the a search path are subject to various substitutions.
+ Paths in the search path are subject to various substitutions.
For paths starting with "~/", the user's home directory is
substituted for "~".
diff --git a/docs/content/manual/v1.7/manual.yml b/docs/content/manual/v1.7/manual.yml
index 75ebe5c3..513420af 100644
--- a/docs/content/manual/v1.7/manual.yml
+++ b/docs/content/manual/v1.7/manual.yml
@@ -3548,7 +3548,7 @@ sections:
path (see below). The `import` and `include` directives allow the
importer to alter this path.
- Paths in the a search path are subject to various substitutions.
+ Paths in the search path are subject to various substitutions.
For paths starting with `~/`, the user's home directory is
substituted for `~`.
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index d6acbfae..1720f9a0 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -4030,7 +4030,7 @@ jq has a library/module system\. Modules are files whose names end in \fB\.jq\fR
Modules imported by a program are searched for in a default search path (see below)\. The \fBimport\fR and \fBinclude\fR directives allow the importer to alter this path\.
.
.P
-Paths in the a search path are subject to various substitutions\.
+Paths in the search path are subject to various substitutions\.
.
.P
For paths starting with \fB~/\fR, the user\'s home directory is substituted for \fB~\fR\.