Skip to content

Commit aeb3ccf

Browse files
Merge pull request #765 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 3769fc2 + 9520046 commit aeb3ccf

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/lnd/code_contribution_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Examples of common patterns w.r.t commit structures within the project:
337337
small scale, fix typos, or any changes that do not modify the code, the
338338
commit message of the HEAD commit of the PR should end with `[skip ci]` to
339339
skip the CI checks. When pushing to such an existing PR, the latest commit
340-
being pushed should end with `[skip ci]` as to not inadvertantly trigger the
340+
being pushed should end with `[skip ci]` as to not inadvertently trigger the
341341
CI checks.
342342
343343
## Sign your git commits

docs/lnd/debugging_lnd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ prefix is overwritten by the `LNWL` subsystem.
7878

7979
Moreover when using the `lncli` command the return value will provide the
8080
updated list of all subsystems and their associated logging levels. This makes
81-
it easy to get an overview of the corrent logging level for the whole system.
81+
it easy to get an overview of the current logging level for the whole system.
8282

8383
Example:
8484

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,10 @@ The underlying functionality between those two options remain the same.
251251
[GoroutineManager](https://github.com/lightningnetwork/lnd/pull/9141) so that
252252
its constructor does not take a context.
253253

254+
* [Update protofsm
255+
StateMachine](https://github.com/lightningnetwork/lnd/pull/9342) to use the
256+
new GoroutineManager API along with structured logging.
257+
254258
## Tooling and Documentation
255259

256260
* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)

docs/lnd/signing_release_candidate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tip: Download the official release Manifest file to your local maschine and do:
5050
`diff lnd-v0.18.3-beta/manifest-v0.18.3-beta.txt ~/Downloads/manifest-v0.18.3-beta.txt`
5151
(example command for a release candidate called `v0.18.3-beta`)
5252
Only if all hashes are identical, should you sign the release. If the digests
53-
match, see the example signing comand, assuming your PGP signing key is
53+
match, see the example signing command, assuming your PGP signing key is
5454
available on your local device:
5555
`gpg --local-user $KEYID --detach-sig --output manifest-$USERNAME-v0.18.3-beta.sig manifest-v0.18.3-beta.txt`.
5656
`USERNAME` being the name in the `[verify-install.sh](../scripts/verify-install.sh)`

0 commit comments

Comments
 (0)