From ce2a61c2a1d495906e6fb5d5c2e4491af6aad3c4 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 31 Aug 2023 23:21:19 +0200 Subject: [PATCH] fix typos --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index fe1efe3..26d9ebd 100644 --- a/doc/README.md +++ b/doc/README.md @@ -2041,7 +2041,7 @@ hive.broadcast.transfer(wif, from, to, amount, memo, function(err, result) { |wif|Active private key for the `from` account|String|| |from|Account name to take asset from|String|No leading @ symbol| |to|Account name to place asset into|String|No leading @ symbol| -|amount|Amount of of asset to transfer|String|"X.XXX ASSET" must have 3 decimal places. e.g. "5.150 HBD"| +|amount|Amount of asset to transfer|String|"X.XXX ASSET" must have 3 decimal places. e.g. "5.150 HBD"| |function()|Your callback|function|| See also: [recurrentTransfer](#recurrent-transfer) @@ -2297,7 +2297,7 @@ hive.auth.signMessage(message, privateKey) # Formatter ### Amount -Formats number and currency to the valid way for sending (for example - it trims the number's floating point remainer to 3 digits only). +Formats number and currency to the valid way for sending (for example - it trims the number's floating point remainder to 3 digits only). ```js hive.formatter.amount(_amount, asset);