From d27212277042d5040f642ddb5783a6e241fc688f Mon Sep 17 00:00:00 2001 From: nikhil550 Date: Wed, 31 Mar 2021 12:43:22 -0400 Subject: [PATCH] Cherry pick removing duplicate word (#2523) Signed-off-by: Nikhil Gupta --- docs/source/deploy_chaincode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy_chaincode.md b/docs/source/deploy_chaincode.md index 0c42dfd318f..6ce1c2d4927 100644 --- a/docs/source/deploy_chaincode.md +++ b/docs/source/deploy_chaincode.md @@ -11,7 +11,7 @@ You can use this tutorial to learn how to use the [peer lifecycle chaincode comm ## Start the network -We will start by deploying an instance of the Fabric test network. Before you begin, make sure that that you have installed the [Prerequisites](prereqs.html) and [Installed the Samples, Binaries and Docker Images](install.html). Use the following command to navigate to the test network directory within your local clone of the `fabric-samples` repository: +We will start by deploying an instance of the Fabric test network. Before you begin, make sure that you have installed the [Prerequisites](prereqs.html) and [Installed the Samples, Binaries and Docker Images](install.html). Use the following command to navigate to the test network directory within your local clone of the `fabric-samples` repository: ``` cd fabric-samples/test-network ```