diff --git a/raiden-dapp/src/views/TransferRoute.vue b/raiden-dapp/src/views/TransferRoute.vue index 5dc9eb4695..26074a3fd0 100644 --- a/raiden-dapp/src/views/TransferRoute.vue +++ b/raiden-dapp/src/views/TransferRoute.vue @@ -139,7 +139,7 @@ export default class TransferRoute extends Vue { } // From the SDK implementation it should not be possible undefined here as - // it should have thrown earier on the fetch procedure. + // it should have thrown earlier on the fetch procedure. return this.tokensWithChannels[tokenAddress]; } diff --git a/raiden-ts/docs-source/channels.md b/raiden-ts/docs-source/channels.md index 53ae7a1eb0..2353c2752c 100644 --- a/raiden-ts/docs-source/channels.md +++ b/raiden-ts/docs-source/channels.md @@ -11,7 +11,7 @@ The channel information shown is the 3. the `state` 4. the down arrow indicating `deposit` to the channel 5. the up arrow indicating `withdraw` from the channel -6. the `close` button indicating closing of the offchain micro-payment network with your partner which will kick off a timer which will eventually tranform to a `settle` button. Clicking this you can settle accounts and get back your deposit inside the channel. +6. the `close` button indicating closing of the offchain micro-payment network with your partner which will kick off a timer which will eventually transform to a `settle` button. Clicking this you can settle accounts and get back your deposit inside the channel. ## Deposit Tokens