mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
docs: fix a typo in the genesis_chunked description (#6792)
This commit is contained in:
@@ -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="
|
||||
|
||||
|
||||
Reference in New Issue
Block a user