From 7e46722f09420de6ef14206e7573f5c0f8cfb4d3 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:32:10 +0100 Subject: [PATCH] Fix typos (#42) * fix typo * fix typo * fix typo * fix typos * fix typo --- docs/banano-cli.md | 2 +- docs/banano-client-side.md | 2 +- docs/camo-1.19.md | 2 +- docs/documentation.md | 28 ++++++++++++++-------------- docs/nano-cli.md | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/banano-cli.md b/docs/banano-cli.md index eb44596..3488ddb 100644 --- a/docs/banano-cli.md +++ b/docs/banano-cli.md @@ -32,7 +32,7 @@ } } -# recieve pending using private key: +# receive pending using private key: npm start breceive ${privateKey} ${hash} diff --git a/docs/banano-client-side.md b/docs/banano-client-side.md index 0bf2511..acd7613 100644 --- a/docs/banano-client-side.md +++ b/docs/banano-client-side.md @@ -4,7 +4,7 @@ Client side bananojs currently uses a field on the window object to store it's c This will be updated to use a modular include sometime soon (TM). -For now here's now to get started: +For now here's how to get started: 1. include bananojs in the web page diff --git a/docs/camo-1.19.md b/docs/camo-1.19.md index 9c3aa93..d1c1df6 100644 --- a/docs/camo-1.19.md +++ b/docs/camo-1.19.md @@ -2,7 +2,7 @@ ## encrypted amounts -Eventually, when we figure it out, we will ty to implement bullet proofs in banano. +Eventually, when we figure it out, we will try to implement bullet proofs in banano. (We are hoping nano will do it first) diff --git a/docs/documentation.md b/docs/documentation.md index 26df310..83f836e 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -211,7 +211,7 @@ receives nano funds at a camo address. ### CamoUtil.getCamoBananoNextPrivateKeyForReceive(seed) ⇒ Promise.<string> -finds a new private key to recieve more banano funds. the key would have no history. +finds a new private key to receive more banano funds. the key would have no history. **Kind**: static method of [CamoUtil](#CamoUtil) **Returns**: Promise.<string> - the private key to use. @@ -223,7 +223,7 @@ finds a new private key to recieve more banano funds. the key would have no hist ### CamoUtil.getCamoNanoNextPrivateKeyForReceive(seed) ⇒ Promise.<string> -finds a new private key to recieve more banano funds. the key would have no history. +finds a new private key to receive more banano funds. the key would have no history. **Kind**: static method of [CamoUtil](#CamoUtil) **Returns**: Promise.<string> - the private key to use. @@ -308,7 +308,7 @@ get the pending blocks for the camo banano account. | --- | --- | --- | | seed | string | the seed to use to find the account. | | seedIx | string | the index to use with the seed. | -| fromAccount | string | the account to recieve from. | +| fromAccount | string | the account to receive from. | | sharedSeedIx | number | the index to use with the shared seed. | | count | number | the max count to get. | @@ -324,7 +324,7 @@ get the pending blocks for the camo nano account. | --- | --- | --- | | seed | string | the seed to use to find the account. | | seedIx | string | the index to use with the seed. | -| fromAccount | string | the account to recieve from. | +| fromAccount | string | the account to receive from. | | sharedSeedIx | number | the index to use with the shared seed. | | count | number | the max count to get. | @@ -352,7 +352,7 @@ get the banano shared account, used as an intermediary to send finds between the | --- | --- | --- | | seed | string | the seed to use to find the account. | | seedIx | string | the index to use with the seed. | -| account | string | the camo account to send or recieve from. | +| account | string | the camo account to send or receive from. | | sharedSeedIx | string | the index to use with the shared seed. | @@ -367,13 +367,13 @@ get the nano shared account, used as an intermediary to send finds between the s | --- | --- | --- | | seed | string | the seed to use to find the account. | | seedIx | string | the index to use with the seed. | -| account | string | the camo account to send or recieve from. | +| account | string | the camo account to send or receive from. | | sharedSeedIx | string | the index to use with the shared seed. | ### CamoUtil.receiveCamoBananoDepositsForSeed(seed, seedIx, account, sharedSeedIx, specificPendingBlockHash) ⇒ Promise.<string> -Recieve banano deposits for a camo account with a given seed. +Receive banano deposits for a camo account with a given seed. **Kind**: static method of [CamoUtil](#CamoUtil) **Returns**: Promise.<string> - the response from receiving the block. @@ -382,14 +382,14 @@ Recieve banano deposits for a camo account with a given seed. | --- | --- | --- | | seed | string | the seed to use to find the account. | | seedIx | string | the index to use with the seed. | -| account | string | the camo account to send or recieve from. | +| account | string | the camo account to send or receive from. | | sharedSeedIx | string | the index to use with the shared seed. | -| specificPendingBlockHash | string | the pending block to recieve. | +| specificPendingBlockHash | string | the pending block to receive. | ### CamoUtil.receiveCamoNanoDepositsForSeed(seed, seedIx, account, sharedSeedIx, specificPendingBlockHash) ⇒ Promise.<string> -Recieve nano deposits for a camo account with a given seed. +Receive nano deposits for a camo account with a given seed. **Kind**: static method of [CamoUtil](#CamoUtil) **Returns**: Promise.<string> - the response from receiving the block. @@ -398,9 +398,9 @@ Recieve nano deposits for a camo account with a given seed. | --- | --- | --- | | seed | string | the seed to use to find the account. | | seedIx | string | the index to use with the seed. | -| account | string | the camo account to send or recieve from. | +| account | string | the camo account to send or receive from. | | sharedSeedIx | string | the index to use with the shared seed. | -| specificPendingBlockHash | string | the pending block to recieve. | +| specificPendingBlockHash | string | the pending block to receive. | @@ -1190,7 +1190,7 @@ Send a withdrawal from a nano account with a given seed. ### DepositUtil.receiveNanoDepositsForSeed(seed, seedIx, representative, specificPendingBlockHash) ⇒ Promise.<object> -Recieve deposits for a nano account with a given seed. +Receive deposits for a nano account with a given seed. **Kind**: static method of [DepositUtil](#DepositUtil) **Returns**: Promise.<object> - returns the response returned by the receive. @@ -1205,7 +1205,7 @@ Recieve deposits for a nano account with a given seed. ### DepositUtil.receiveBananoDepositsForSeed(seed, seedIx, representative, specificPendingBlockHash) ⇒ Promise.<object> -Recieve deposits for a banano account with a given seed. +Receive deposits for a banano account with a given seed. **Kind**: static method of [DepositUtil](#DepositUtil) **Returns**: Promise.<object> - returns the response returned by the receive. diff --git a/docs/nano-cli.md b/docs/nano-cli.md index bb4ac55..6f7d81a 100644 --- a/docs/nano-cli.md +++ b/docs/nano-cli.md @@ -32,7 +32,7 @@ } ``` -# recieve pending using private key: +# receive pending using private key: ``` npm start nreceive ${privateKey} ${hash}