multi: fix some recently introduced typos

This commit is contained in:
practicalswift
2018-02-07 09:30:09 +01:00
committed by Olaoluwa Osuntokun
parent 7abdd30a87
commit b8e1351cf3
8 changed files with 12 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ Two files will be generated in the current directory:
### Example - Simple client to display wallet balance
Everytime you use the Ruby gRPC you need to require the `rpc_services_pb` file.
Every time you use the Ruby gRPC you need to require the `rpc_services_pb` file.
We assume that `lnd` runs on the default `localhost:10009`.