Skip to content

Commit

Permalink
outputing -> outputting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanscut authored and nicowilliams committed Jan 3, 2020
1 parent 07b18a3 commit e7d3798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]`.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.5/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]`.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.6/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]`.
Expand Down

0 comments on commit e7d3798

Please sign in to comment.