diff --git a/docs/web3-utils.rst b/docs/web3-utils.rst index 956e9142bae..ef148d8564c 100644 --- a/docs/web3-utils.rst +++ b/docs/web3-utils.rst @@ -1043,7 +1043,7 @@ toWei Converts any `ether value `_ value into `wei `_. -.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons. +.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons. ---------- Parameters @@ -1117,7 +1117,7 @@ fromWei Converts any `wei `_ value into a `ether value `_. -.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons. +.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons. ---------- Parameters @@ -1391,4 +1391,3 @@ Example web3.utils.toTwosComplement('-0x1'); > "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" -