docs: fix a typo in the genesis_chunked description (#6792)

This commit is contained in:
M. J. Fromberger
2021-08-03 12:08:23 -07:00
committed by GitHub
parent e5f9dd2736
commit 4cbaf70d1f

View File

@@ -837,7 +837,7 @@ paths:
- Info
description: |
Get genesis document in a paginated/chunked format to make it
easier to iterate through larger gensis structures.
easier to iterate through larger genesis structures.
parameters:
- in: query
name: chunkID
@@ -1946,14 +1946,14 @@ components:
- "chunk"
- "total"
- "data"
properties:
properties:
chunk:
type: integer
example: 0
total:
type: integer
example: 1
data:
data:
type: string
example: "Z2VuZXNpcwo="