summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlanscut <wp_scut@163.com>2020-01-03 14:57:41 +0800
committerNico Williams <nico@cryptonector.com>2020-01-03 09:56:04 -0600
commite7d37983c42e3783cebe3346d65b9b887e3bdbc8 (patch)
tree541b297224a76febd1af011145fc4cb5079bcf59
parent07b18a33feb6ccab08be221657e19b82abf0d84e (diff)
outputing -> outputting
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index b0f26af3..d4af555a 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -113,7 +113,7 @@ sections:
* `--stream`:
- Parse the input in streaming fashion, outputing arrays of path
+ Parse the input in streaming fashion, outputting arrays of path
and leaf values (scalars and empty arrays or empty objects).
For example, `"a"` becomes `[[],"a"]`, and `[[],"a",["b"]]`
becomes `[[0],[]]`, `[[1],"a"]`, and `[[1,0],"b"]`.
diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml
index dd00bc60..862c617d 100644
--- a/docs/content/manual/v1.5/manual.yml
+++ b/docs/content/manual/v1.5/manual.yml
@@ -112,7 +112,7 @@ sections:
* `--stream`:
- Parse the input in streaming fashion, outputing arrays of path
+ Parse the input in streaming fashion, outputting arrays of path
and leaf values (scalars and empty arrays or empty objects).
For example, `"a"` becomes `[[],"a"]`, and `[[],"a",["b"]]`
becomes `[[0],[]]`, `[[1],"a"]`, and `[[1,0],"b"]`.
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 1941e927..89d5a0b1 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -112,7 +112,7 @@ sections:
* `--stream`:
- Parse the input in streaming fashion, outputing arrays of path
+ Parse the input in streaming fashion, outputting arrays of path
and leaf values (scalars and empty arrays or empty objects).
For example, `"a"` becomes `[[],"a"]`, and `[[],"a",["b"]]`
becomes `[[0],[]]`, `[[1],"a"]`, and `[[1,0],"b"]`.