From 3e8a7072c0ed05f23080d5471b2eb4d0a403b2c1 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Tue, 19 Dec 2017 00:47:07 -0800 Subject: [PATCH] fix(typo): accross -> across Fixes #111 --- app/components/LndSyncing/LndSyncing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/LndSyncing/LndSyncing.js b/app/components/LndSyncing/LndSyncing.js index 09d35047..1697d63e 100644 --- a/app/components/LndSyncing/LndSyncing.js +++ b/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',