Skip to content

Commit fd06fec

Browse files
committed
[FAB-5033] Fix typo in getting started
Fixed the misspelling of chaincode [ci-skip] Change-Id: I43018d0081a9cc03d9f189422cf7f17cddda0c33 Signed-off-by: Mark Parzygnat <[email protected]>
1 parent 27b3f3c commit fd06fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/write_first_app.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ this command. Here's a quick synopsis:
7070

7171
* launches a peer node, ordering node, Certificate Authority and CLI container
7272
* creates a channel and joins the peer to the channel
73-
* installs smart contract (i.e. chaincode) onto the peer's file system and instantiates said chaincode on the channel; instantiate starts a chaincdoe container
73+
* installs smart contract (i.e. chaincode) onto the peer's file system and instantiates said chaincode on the channel; instantiate starts a chaincode container
7474
* calls the ``initLedger`` function to populate the channel ledger with 10 unique cars
7575

7676
.. note:: These operations will typically be done by an organizational or peer admin. The script uses the

0 commit comments

Comments
 (0)