Skip to content

Commit

Permalink
Fix typos (#42)
Browse files Browse the repository at this point in the history
* fix typo

* fix typo

* fix typo

* fix typos

* fix typo
  • Loading branch information
omahs authored Oct 30, 2023
1 parent 4e4f570 commit 7e46722
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/banano-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
}

# recieve pending using private key:
# receive pending using private key:

npm start breceive ${privateKey} ${hash}

Expand Down
2 changes: 1 addition & 1 deletion docs/banano-client-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/camo-1.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<https://github.com/PlasmaPower/orv-privacy>

Expand Down
28 changes: 14 additions & 14 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ receives nano funds at a camo address.
<a name="CamoUtil.getCamoBananoNextPrivateKeyForReceive"></a>

### CamoUtil.getCamoBananoNextPrivateKeyForReceive(seed) ⇒ <code>Promise.&lt;string&gt;</code>
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 [<code>CamoUtil</code>](#CamoUtil)
**Returns**: <code>Promise.&lt;string&gt;</code> - the private key to use.
Expand All @@ -223,7 +223,7 @@ finds a new private key to recieve more banano funds. the key would have no hist
<a name="CamoUtil.getCamoNanoNextPrivateKeyForReceive"></a>

### CamoUtil.getCamoNanoNextPrivateKeyForReceive(seed) ⇒ <code>Promise.&lt;string&gt;</code>
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 [<code>CamoUtil</code>](#CamoUtil)
**Returns**: <code>Promise.&lt;string&gt;</code> - the private key to use.
Expand Down Expand Up @@ -308,7 +308,7 @@ get the pending blocks for the camo banano account.
| --- | --- | --- |
| seed | <code>string</code> | the seed to use to find the account. |
| seedIx | <code>string</code> | the index to use with the seed. |
| fromAccount | <code>string</code> | the account to recieve from. |
| fromAccount | <code>string</code> | the account to receive from. |
| sharedSeedIx | <code>number</code> | the index to use with the shared seed. |
| count | <code>number</code> | the max count to get. |

Expand All @@ -324,7 +324,7 @@ get the pending blocks for the camo nano account.
| --- | --- | --- |
| seed | <code>string</code> | the seed to use to find the account. |
| seedIx | <code>string</code> | the index to use with the seed. |
| fromAccount | <code>string</code> | the account to recieve from. |
| fromAccount | <code>string</code> | the account to receive from. |
| sharedSeedIx | <code>number</code> | the index to use with the shared seed. |
| count | <code>number</code> | the max count to get. |

Expand Down Expand Up @@ -352,7 +352,7 @@ get the banano shared account, used as an intermediary to send finds between the
| --- | --- | --- |
| seed | <code>string</code> | the seed to use to find the account. |
| seedIx | <code>string</code> | the index to use with the seed. |
| account | <code>string</code> | the camo account to send or recieve from. |
| account | <code>string</code> | the camo account to send or receive from. |
| sharedSeedIx | <code>string</code> | the index to use with the shared seed. |

<a name="CamoUtil.getCamoNanoSharedAccountData"></a>
Expand All @@ -367,13 +367,13 @@ get the nano shared account, used as an intermediary to send finds between the s
| --- | --- | --- |
| seed | <code>string</code> | the seed to use to find the account. |
| seedIx | <code>string</code> | the index to use with the seed. |
| account | <code>string</code> | the camo account to send or recieve from. |
| account | <code>string</code> | the camo account to send or receive from. |
| sharedSeedIx | <code>string</code> | the index to use with the shared seed. |

<a name="CamoUtil.receiveCamoBananoDepositsForSeed"></a>

### CamoUtil.receiveCamoBananoDepositsForSeed(seed, seedIx, account, sharedSeedIx, specificPendingBlockHash) ⇒ <code>Promise.&lt;string&gt;</code>
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 [<code>CamoUtil</code>](#CamoUtil)
**Returns**: <code>Promise.&lt;string&gt;</code> - the response from receiving the block.
Expand All @@ -382,14 +382,14 @@ Recieve banano deposits for a camo account with a given seed.
| --- | --- | --- |
| seed | <code>string</code> | the seed to use to find the account. |
| seedIx | <code>string</code> | the index to use with the seed. |
| account | <code>string</code> | the camo account to send or recieve from. |
| account | <code>string</code> | the camo account to send or receive from. |
| sharedSeedIx | <code>string</code> | the index to use with the shared seed. |
| specificPendingBlockHash | <code>string</code> | the pending block to recieve. |
| specificPendingBlockHash | <code>string</code> | the pending block to receive. |

<a name="CamoUtil.receiveCamoNanoDepositsForSeed"></a>

### CamoUtil.receiveCamoNanoDepositsForSeed(seed, seedIx, account, sharedSeedIx, specificPendingBlockHash) ⇒ <code>Promise.&lt;string&gt;</code>
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 [<code>CamoUtil</code>](#CamoUtil)
**Returns**: <code>Promise.&lt;string&gt;</code> - the response from receiving the block.
Expand All @@ -398,9 +398,9 @@ Recieve nano deposits for a camo account with a given seed.
| --- | --- | --- |
| seed | <code>string</code> | the seed to use to find the account. |
| seedIx | <code>string</code> | the index to use with the seed. |
| account | <code>string</code> | the camo account to send or recieve from. |
| account | <code>string</code> | the camo account to send or receive from. |
| sharedSeedIx | <code>string</code> | the index to use with the shared seed. |
| specificPendingBlockHash | <code>string</code> | the pending block to recieve. |
| specificPendingBlockHash | <code>string</code> | the pending block to receive. |

<a name="CamoUtil.getCamoBananoAccountBalanceRaw"></a>

Expand Down Expand Up @@ -1190,7 +1190,7 @@ Send a withdrawal from a nano account with a given seed.
<a name="DepositUtil.receiveNanoDepositsForSeed"></a>

### DepositUtil.receiveNanoDepositsForSeed(seed, seedIx, representative, specificPendingBlockHash) ⇒ <code>Promise.&lt;object&gt;</code>
Recieve deposits for a nano account with a given seed.
Receive deposits for a nano account with a given seed.

**Kind**: static method of [<code>DepositUtil</code>](#DepositUtil)
**Returns**: <code>Promise.&lt;object&gt;</code> - returns the response returned by the receive.
Expand All @@ -1205,7 +1205,7 @@ Recieve deposits for a nano account with a given seed.
<a name="DepositUtil.receiveBananoDepositsForSeed"></a>

### DepositUtil.receiveBananoDepositsForSeed(seed, seedIx, representative, specificPendingBlockHash) ⇒ <code>Promise.&lt;object&gt;</code>
Recieve deposits for a banano account with a given seed.
Receive deposits for a banano account with a given seed.

**Kind**: static method of [<code>DepositUtil</code>](#DepositUtil)
**Returns**: <code>Promise.&lt;object&gt;</code> - returns the response returned by the receive.
Expand Down
2 changes: 1 addition & 1 deletion docs/nano-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
```

# recieve pending using private key:
# receive pending using private key:

```
npm start nreceive ${privateKey} ${hash}
Expand Down

0 comments on commit 7e46722

Please sign in to comment.