Skip to content

Commit 8855724

Browse files
authored
Minor Documentation Fixes: Typo Correction and Description Update (#2102)
* Update eth_simulatev1.mdx * Update send-a-transaction-viem.md
1 parent 1cb728a commit 8855724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

services/reference/ethereum/json-rpc-methods/eth_simulatev1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Ethereum eth_simulateV1
33
sidebar_label: eth_simulateV1
4-
description: Simulate transactions across mulitple blocks on Ethereum.
4+
description: Simulate transactions across multiple blocks on Ethereum.
55
---
66

77
import Tabs from '@theme/Tabs';

services/tutorials/ethereum/send-a-transaction/send-a-transaction-viem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ VS Code) without using `ts-node` or pre-compiling to JavaScript.
167167
The following is an example output:
168168

169169
```bash
170-
Mining transcation...
170+
Mining transaction...
171171
Tx mined https://sepolia.etherscan.io/tx/0x310588719e733118f50c0a1608e13b4e8bd5eb5891d546d89795c2041833abb6
172172
```
173173

@@ -224,4 +224,4 @@ async function sendTx() {
224224
}
225225

226226
sendTx()
227-
```
227+
```

0 commit comments

Comments
 (0)