summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhaohui Mei <mzh.whut@gmail.com>2021-08-26 23:53:21 +0800
committerNico Williams <nico@cryptonector.com>2022-05-26 15:47:02 -0500
commit88116ba76dd983f4cbcd19e5e4586205b46703bd (patch)
treeadc1415144e8f8037f9b19df8c3e5ea775cf9daf
parent3678822e7f19bd469ec342007533dc307df743d6 (diff)
docs(manual): fix the typo errors in the manual
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 84f2e62f..074689b1 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -256,7 +256,7 @@ sections:
This option reads in the named file and binds its contents to the given
global variable. If you run jq with `--rawfile foo bar`, then `$foo` is
- available in the program and has a string whose contents are to the texs
+ available in the program and has a string whose contents are to the texts
in the file named `bar`.
* `--argfile variable-name filename`:
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 7a14c89e..1958b693 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -244,7 +244,7 @@ sections:
This option reads in the named file and binds its contents to the given
global variable. If you run jq with `--rawfile foo bar`, then `$foo` is
- available in the program and has a string whose contents are to the texs
+ available in the program and has a string whose contents are to the texts
in the file named `bar`.
* `--argfile variable-name filename`: