Skip to content

Commit 93d572e

Browse files
docs: corrected typos for transaction (#1415)
1 parent 9a696af commit 93d572e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ paths:
13921392
/extended/v1/address/{principal}/{tx_id}/with_transfers:
13931393
get:
13941394
summary: Get account transaction information for specific transaction
1395-
description: Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
1395+
description: Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
13961396
tags:
13971397
- Accounts
13981398
operationId: get_single_transaction_with_transfers
@@ -2149,7 +2149,7 @@ paths:
21492149
- Rosetta
21502150
summary: Get All Mempool Transactions
21512151
operationId: rosetta_mempool
2152-
description: Retrieves a list of transcations currently in the mempool for a given network.
2152+
description: Retrieves a list of transactions currently in the mempool for a given network.
21532153
responses:
21542154
200:
21552155
description: Success

0 commit comments

Comments
 (0)