Skip to content

Commit d7869cc

Browse files
authored
docs fix spelling issues (#862)
* Update WALKTHROUGH.md * Update accounts.md * Update config-lnd-integrated.md * Update WALKTHROUGH.md * Update accounts.md * Update config-lnd-integrated.md
1 parent f73b43a commit d7869cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/WALKTHROUGH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ submitted.
141141
swap id, amount, and current status as a progress bar.
142142

143143
Swaps require on-chain transactions, so you will need to wait for confirmations before
144-
they will complete successfully. For more detailed information about the swap process,
144+
they will completed successfully. For more detailed information about the swap process,
145145
take a look at the
146146
[Loop Out In-depth](https://lightning.engineering/posts/2019-04-15-loop-out-in-depth/)
147147
blog post.

docs/accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ amount of the node's channel balance.
1515
NOTE: An account's balance is purely virtual. If an account is created with an
1616
initial balance higher than the node's actual overall channel balance, that is
1717
equivalent to fractional reserve banking. Therefore, the user accepting an
18-
account restricted access enters a trust relationship with the node operator
18+
account-restricted access enters a trust relationship with the node operator
1919
that the promised balance of the account is actually spendable.
2020

2121
## How do accounts work?
2222

23-
The accounts systems is made possible thanks to the power of
23+
The accounts system is made possible thanks to the power of
2424
[macaroons](https://github.com/lightningnetwork/lnd/blob/master/docs/macaroons.md)
2525
and the [RPC middleware
2626
interceptor](https://github.com/lightningnetwork/lnd/blob/master/lnrpc/lightning.proto#L558)

docs/config-lnd-integrated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ as it is the default directory (`~/.lnd` on Linux).
310310

311311
### Example `loop` command
312312

313-
This is where things get a bit tricky. Because as mentioned above, `loopd` also
313+
This is where things get a bit tricky, because as mentioned above, `loopd` also
314314
runs on the same gRPC server as `lnd`. That's why we have to both specify the
315315
`host:port` as well as the TLS certificate of `lnd`. But `loopd` verifies its
316316
own macaroon, so we have to specify that one from the `.loop` directory.

0 commit comments

Comments
 (0)