Browse Source

fix(typo): accross -> across

Fixes #111
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
3e8a7072c0
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 2
      app/components/LndSyncing/LndSyncing.js

2
app/components/LndSyncing/LndSyncing.js

@ -17,7 +17,7 @@ class LndSyncing extends Component {
}, },
{ {
title: 'HTLC', 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', title: 'Onion Routing',

Loading…
Cancel
Save