Browse Source

Merge pull request #114 from Empact/fix/spelling

fix(typo): accross -> across
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
816c024862
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/LndSyncing/LndSyncing.js

2
app/components/LndSyncing/LndSyncing.js

@ -17,7 +17,7 @@ class LndSyncing extends Component {
},
{
title: 'HTLC',
description: 'Hashed TimeLock Contracts is a class of payments that use hashlocks and timelocks to require the receiver of a payment either acknowledge receiving the payment before a deadline or forfeit the ability to claim the payment. HTLCs are useful within the Lightning Network for routing payments accross two or more payment channels' // eslint-disable-line
description: 'Hashed TimeLock Contracts is a class of payments that use hashlocks and timelocks to require the receiver of a payment either acknowledge receiving the payment before a deadline or forfeit the ability to claim the payment. HTLCs are useful within the Lightning Network for routing payments across two or more payment channels' // eslint-disable-line
},
{
title: 'Onion Routing',

Loading…
Cancel
Save