Fix README typo
authorAlan Cohen <alan.mit@gmail.com>
Fri, 21 Apr 2023 17:20:35 +0000 (13:20 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Apr 2023 17:20:35 +0000 (13:20 -0400)
README.md

index 7f95427a6ab13bfb29d1fe1614e5238fb28b1bcb..a4ab59b53833afd6e672d1d67686a233b98f67ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ In general, `rust-lightning` does not provide (but LDK has implementations of):
   wanted to run your full Lightning node on a hardware wallet, you could, by
   piping the Lightning network messages over USB/serial and then sending them in
   a TCP socket from another machine.
-* private keys - again we have "default implementations", but users can chose to
+* private keys - again we have "default implementations", but users can choose to
   provide private keys to RL/LDK in any way they wish following a simple API. We
   even support a generic API for signing transactions, allowing users to run
   RL/LDK without any private keys in memory/putting private keys only on