Skip to content

Commit 9c08902

Browse files
authored
Fix typos and spelling errors (#1856)
* Update web3-libraries.md * Update _trace_block-response.mdx
1 parent 41232c6 commit 9c08902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/concepts/web3-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following image shows how a Web3 library can connect to your node (in this e
2424
</div>
2525
</div>
2626

27-
Some popular Ethereum compatible Web3 libraries include (but are not limited to) the following.
27+
Some popular Ethereum-compatible Web3 libraries include (but are not limited to) the following.
2828

2929
| Language | Library |
3030
| :--------- | :-------------------------------------------------------------------------------------------------- |

services/reference/_partials/trace-methods/_trace_block-response.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import TabItem from "@theme/TabItem"
4242
"traceAddress": [0],
4343
"transactionHash": "0x91eeabc671e2dd2b1c8ddebb46ba59e8cb3e7d189f80bcc868a9787728c6e59e",
4444
"transactionPosition": 0,
45-
"type": "suicide"
45+
"type": "selfdestruct"
4646
},
4747
{
4848
"action": {

0 commit comments

Comments
 (0)