mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 01:14:28 +00:00
doc: fix typos in /tx_search and /tx. (#6823)
Just a few small typos in the descriptions of the /tx_search and /tx endpoints.
This commit is contained in:
@@ -1042,7 +1042,7 @@ paths:
|
|||||||
- Info
|
- Info
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: List of unconfirmed transactions
|
description: List of transactions
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
@@ -1132,10 +1132,10 @@ paths:
|
|||||||
tags:
|
tags:
|
||||||
- Info
|
- Info
|
||||||
description: |
|
description: |
|
||||||
Get a trasasction
|
Get a transaction
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Get a transaction`
|
description: Get a transaction
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user