Skip to content

Commit

Permalink
naming convention and typos
Browse files Browse the repository at this point in the history
Co-authored-by: sistemd <[email protected]>
  • Loading branch information
ArielElp and sistemd authored Sep 19, 2024
1 parent 236a512 commit bec0b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/starknet_ws_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"params": [
{
"name": "from_address",
"summary": "Filter events by from_address which emmited the event",
"summary": "Filter events by from_address which emitted the event",
"required": false,
"schema": {
"$ref": "#/components/schemas/ADDRESS"
Expand Down Expand Up @@ -210,7 +210,7 @@
]
},
{
"name": "starknet_subscriptionPendingTransaction",
"name": "starknet_subscriptionPendingTransactions",
"summary": "New pending transaction notification",
"description": "Notification to the client of a new pending transaction",
"params": [
Expand Down

0 comments on commit bec0b52

Please sign in to comment.