Skip to content

Commit ceed413

Browse files
authored
Merge pull request #11002 from z0rats/fix-typo
Fix typo
2 parents d5879e0 + 2c0d963 commit ceed413

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/apis/json-rpc

1 file changed

+1
-1
lines changed

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","params"
985985

986986
### eth_call {#eth_call}
987987

988-
Executes a new message call immediately without creating a transaction on the block chain. Often used for executing read-only smart contract functions, ofr example the `balanceOf` for an ERC-20 contract.
988+
Executes a new message call immediately without creating a transaction on the block chain. Often used for executing read-only smart contract functions, for example the `balanceOf` for an ERC-20 contract.
989989

990990
**Parameters**
991991

0 commit comments

Comments
 (0)