Skip to content

Commit d8a1f11

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 7d8b5f2 commit d8a1f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/vivo-exporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ To query ranges or starting from specific chunks IDs, remember that they're incr
156156
| `to` | The last chunk ID to be retrieved. If not found, the whole stream will be provided (starting from `from` if was set). |
157157
| `limit` | Limit the output to a specific number of chunks. The default value is `0`, which sends everything. |
158158

159-
The following example specifies the range from chunk ID `1` to chunk ID `3` and only 1 chunk:
159+
The following example specifies the range from chunk ID `1` to chunk ID `3` and only one chunk:
160160

161161
```shell
162162
curl -i "http://127.0.0.1:2025/logs?from=1&to=3&limit=1"`&#x20;

0 commit comments

Comments
 (0)