Browse Source

fix: typos (#411)

omahs 4 months ago
parent
commit
6ee79feff5
3 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 1
      crates/cdk-cli/README.md
  3. 1 1
      crates/cdk-phoenixd/README.md

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 > **Warning**
 > **Warning**
-> This project is in early development, it does however work with real sats! Always use amounts you don't mind loosing.
+> This project is in early development, it does however work with real sats! Always use amounts you don't mind losing.
 
 
 
 
 # Cashu Development Kit
 # Cashu Development Kit

+ 1 - 1
crates/cdk-cli/README.md

@@ -1,5 +1,5 @@
 > **Warning**
 > **Warning**
-> This project is in early development, it does however work with real sats! Always use amounts you don't mind loosing.
+> This project is in early development, it does however work with real sats! Always use amounts you don't mind losing.
 
 
 cdk-cli is a CLI wallet implementation using of CDK(../cdk)
 cdk-cli is a CLI wallet implementation using of CDK(../cdk)
 
 

+ 1 - 1
crates/cdk-phoenixd/README.md

@@ -29,7 +29,7 @@ Once the node is running, create an invoice using the phoenixd-cli to fund your
 
 
 ## Check Channel state
 ## Check Channel state
 
 
-After paying the invoice view that a channal has been opened.
+After paying the invoice view that a channel has been opened.
 ```sh
 ```sh
 ./phoenix-cli listchannels
 ./phoenix-cli listchannels
 ```
 ```