From fd6e2c41c901a6b4521416b3e470c287778341c6 Mon Sep 17 00:00:00 2001 From: Daisuke IIZUKA Date: Tue, 30 Oct 2018 07:46:55 +0000 Subject: [PATCH] [FAB-12703] Fix misspelling "lauches" iFix misspelling "lauches" to "launches". Change-Id: I4605262356631e421db7a8902b1b324e8d17ca25 Signed-off-by: Daisuke IIZUKA --- balance-transfer/README.md | 2 +- balance-transfer/typescript/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/balance-transfer/README.md b/balance-transfer/README.md index 7d551d25ba..0b31ec74c5 100644 --- a/balance-transfer/README.md +++ b/balance-transfer/README.md @@ -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 * And, starts the node app on PORT 4000 diff --git a/balance-transfer/typescript/README.md b/balance-transfer/typescript/README.md index abbfb12fa8..bbfdc1f82e 100644 --- a/balance-transfer/typescript/README.md +++ b/balance-transfer/typescript/README.md @@ -43,7 +43,7 @@ cd fabric-samples/balance-transfer/typescript ``` 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 * starts the node app on PORT 4000