Skip to content

Commit

Permalink
fix typo in oas file (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored May 19, 2023
1 parent e8db83a commit 668eb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/indexer.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@
"type": "integer"
},
"close-amount": {
"description": "Number of assets transfered to the close-to account as part of the transaction.",
"description": "Number of assets transferred to the close-to account as part of the transaction.",
"type": "integer",
"x-algorand-format": "uint64"
},
Expand Down
2 changes: 1 addition & 1 deletion api/indexer.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@
"type": "integer"
},
"close-amount": {
"description": "Number of assets transfered to the close-to account as part of the transaction.",
"description": "Number of assets transferred to the close-to account as part of the transaction.",
"type": "integer",
"x-algorand-format": "uint64"
},
Expand Down

0 comments on commit 668eb05

Please sign in to comment.