mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35:10 +00:00
[FAB-12703] Fix misspelling "lauches"
iFix misspelling "lauches" to "launches". Change-Id: I4605262356631e421db7a8902b1b324e8d17ca25 Signed-off-by: Daisuke IIZUKA <daisuke.iizuka.ag@hitachi.com>
This commit is contained in:
parent
1c8211371b
commit
fd6e2c41c9
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ cd fabric-samples/balance-transfer
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* This lauches the required network on your local machine
|
* This launches the required network on your local machine
|
||||||
* Installs the fabric-client and fabric-ca-client node modules
|
* Installs the fabric-client and fabric-ca-client node modules
|
||||||
* And, starts the node app on PORT 4000
|
* And, starts the node app on PORT 4000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ cd fabric-samples/balance-transfer/typescript
|
||||||
```
|
```
|
||||||
|
|
||||||
This performs the following steps:
|
This performs the following steps:
|
||||||
* lauches the required network on your local machine
|
* launches the required network on your local machine
|
||||||
* installs the fabric-client and fabric-ca-client node modules
|
* installs the fabric-client and fabric-ca-client node modules
|
||||||
* starts the node app on PORT 4000
|
* starts the node app on PORT 4000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue