Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 8ebb7c9

Browse files
committed
Spelling Fixes
1 parent 26c0c55 commit 8ebb7c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/lightning-core/accounts/ChannelListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const ChannelListItem = ({ id, capacity, localBalance, remoteBalance,
134134

135135
<div style={ styles.split }>
136136
<div style={ styles.local }>My Balance: { localBalance }</div>
137-
<div style={ styles.remote }>Avaliable to Recieve: { remoteBalance }</div>
137+
<div style={ styles.remote }>Available to Receive: { remoteBalance }</div>
138138
</div>
139139

140140
<Box style={ styles.bar }>

packages/lightning-core/common/Streams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Streams extends React.Component {
2525
this.props.onFetchTransactions()
2626
this.props.onFetchChannels()
2727
this.props.onFetchAccount()
28-
this.props.onSuccess(`Transaction ${ data.num_confirmations === 0 ? 'Recieved' : 'Completed' }`)
28+
this.props.onSuccess(`Transaction ${ data.num_confirmations === 0 ? 'Received' : 'Completed' }`)
2929
fetchBalance()
3030
})
3131

0 commit comments

Comments
 (0)