Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b3a7bc6

Browse files
Merge pull request #3716 from kigawas/patch-1
Update web3-eth.rst
2 parents 099fe36 + 08ff568 commit b3a7bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web3-eth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ Example
14661466
// using the callback
14671467
web3.eth.sendTransaction({
14681468
from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe',
1469-
data: code // deploying a contracrt
1469+
data: code // deploying a contract
14701470
}, function(error, hash){
14711471
...
14721472
});

0 commit comments

Comments
 (0)