diff --git a/docs/sdk/development/03-lib-description.md b/docs/sdk/development/03-lib-description.md
index cb3009e..c781821 100644
--- a/docs/sdk/development/03-lib-description.md
+++ b/docs/sdk/development/03-lib-description.md
@@ -75,7 +75,7 @@ It exposes following methods:
| `sendTxAndWaitForResponse` | `sendTxAndWaitForResponse(tx, chain, timeout)` | Use this method to send transaction to selected chain. Method returns a Promise that resolves to information about created transaction or error information | `tx` — packed and signed transaction in base64;
`chain` — chain number;
`timeout` — timeout in seconds. Defaults to 120. |
| `getFeeSettings` | `async getFeeSettings(chain)` | Use this method to load fee settings from selected chain. Method asynchronously returns an object containing chain's fee settings | `chain` — chain number |
| `getBlock` | `async getBlock(chain, hash = 'last')` | Use this method to load given block from selected chain. Method asynchronously returns an object containing block | `chain` — chain number;
`hash` — hash of a block to get; |
-| `getWallet` | `async getWallet(chain, address)` | Use this method to load given wallet information from selected chain. Method asynchronously returns an object containing wallet infomation | `chain` - chain number;
`address` - address of a wallet to get |
+| `getWallet` | `async getWallet(chain, address)` | Use this method to load given wallet information from selected chain. Method asynchronously returns an object containing wallet information | `chain` - chain number;
`address` - address of a wallet to get |
| `addChain` | `async addChain(number, nodes)` | Use this method to add new chain to then list. Method does not return a value | `number` — chain number
`nodes` — array containing data about chain nodes. Each array element should have the following format: `{address: < address>, nodeId: < id>}`, where:
- `address` is a node URL (like http://51.15.248.43:49841 or http://c103n1.thepower.io:49841)
- `nodeId` is string identifying the node; |
## scLoader Lib
diff --git a/docs/testnet/phase-2/01-testnet-flow.md b/docs/testnet/phase-2/01-testnet-flow.md
index 6b00e3f..9fc510b 100644
--- a/docs/testnet/phase-2/01-testnet-flow.md
+++ b/docs/testnet/phase-2/01-testnet-flow.md
@@ -91,7 +91,7 @@ Here you have the following options:
:::info Note
- This option takes much more time, then the others, due to manual proccessing of submitted requests by the team.
+ This option takes much more time, then the others, due to manual processing of submitted requests by the team.
:::
diff --git a/docs/testnet/phase-3/01-testnet-flow.md b/docs/testnet/phase-3/01-testnet-flow.md
index 687f68a..93c6425 100644
--- a/docs/testnet/phase-3/01-testnet-flow.md
+++ b/docs/testnet/phase-3/01-testnet-flow.md
@@ -117,7 +117,7 @@ Here you have the following options:
:::info Note
- This option takes much more time, then the others, due to manual proccessing of submitted requests by the team.
+ This option takes much more time, then the others, due to manual processing of submitted requests by the team.
:::