From 5a76fd0f4ea928888d87479751f5cda10436359f Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 23 Apr 2019 10:27:29 +0200 Subject: [PATCH] fixed parameters --- docs/web3-eth-abi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-eth-abi.rst b/docs/web3-eth-abi.rst index 97550145aeb..0026e25c149 100644 --- a/docs/web3-eth-abi.rst +++ b/docs/web3-eth-abi.rst @@ -218,7 +218,7 @@ encodeFunctionCall web3.eth.abi.encodeFunctionCall(jsonInterface, parameters); -Encodes a function call using its :ref:`JSON interface ` object and given paramaters. +Encodes a function call using its :ref:`JSON interface ` object and given parameters. ---------- Parameters