Skip to content

Commit 1f6ccab

Browse files
committed
guides: correct style
1 parent 3a398e1 commit 1f6ccab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_pages/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ the underlying blockchain, but with modern data processing and latency limits -
6464
payments can be made nearly as quickly as packets can be sent.
6565

6666
Hash Time-Locked Contracts (HTLCs) allow transactions to be sent between parties
67-
who do not have a direct channel by routing it through multiple hops, so anyone
67+
who do not have a direct channel by routing them through multiple hops, so anyone
6868
connected to the Lightning Network is part of a single, interconnected global
6969
financial system.
7070

@@ -258,7 +258,7 @@ There are distinct software components we should be aware of when developing on
258258
- [Neutrino](https://github.com/lightninglabs/neutrino) is an experimental
259259
Bitcoin light client designed to support Lightning mobile clients. This is a
260260
wallet UI usable with `lnd`. Neutrino is not required from an application
261-
development standpoint, but can be regarded as the primary way for the
261+
development standpoint, but can be regarded as the primary way for an
262262
end-user of `lnd` to interact with the Bitcoin Network and the applications
263263
built on top of it.
264264

guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ title: Installation
5151
```
5252

5353
The pre-compiled binaries are hosted on [golang download page](https://golang.org/dl/).
54-
If one seeks to install from source, then more detailed installation instructions can be found
54+
In order to install from source, more detailed installation instructions can be found
5555
[here](http://golang.org/doc/install).
5656

5757
At this point, you should set your `PATH` environment variable so that your

0 commit comments

Comments
 (0)