summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
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 /jq.1.prebuilt
parent1f1e619f4e1478598aca56115948eb14d484b9fe (diff)
Fix "in the a search" typo (#3015)
Fixes #3014
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt2
1 files changed, 1 insertions, 1 deletions
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\.