From b5eb7f0efd4c86e6386ce6ef1cf61c1975c596e0 Mon Sep 17 00:00:00 2001 From: realnimish <46227078+realnimish@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:58:35 +0530 Subject: [PATCH] Fixed a typo in private_data_tutorial Signed-off-by: realnimish (cherry picked from commit b563b0826ad338177c2fe89d6747355e4a2981c4) --- docs/source/private_data_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/private_data_tutorial.rst b/docs/source/private_data_tutorial.rst index 593d29ac17a..a2f3ea0289e 100644 --- a/docs/source/private_data_tutorial.rst +++ b/docs/source/private_data_tutorial.rst @@ -458,7 +458,7 @@ This allows Org1 and Org2 to create an asset without receiving an endorsement fr the other organization. You can see the steps required to deploy the chaincode printed in your logs after you issue the command above. -When both organizations approve the chaincode defition using the +When both organizations approve the chaincode definition using the `peer lifecycle chaincode approveformyorg `__ command, the chaincode definition includes the path to the private data collection definition using the ``--collections-config`` flag. You can see the following `approveformyorg`