You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/write_first_app.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ this command. Here's a quick synopsis:
70
70
71
71
* launches a peer node, ordering node, Certificate Authority and CLI container
72
72
* 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
74
74
* calls the ``initLedger`` function to populate the channel ledger with 10 unique cars
75
75
76
76
.. note:: These operations will typically be done by an organizational or peer admin. The script uses the
0 commit comments