Skip to content

Commit

Permalink
[FAB-5033] Fix typo in getting started
Browse files Browse the repository at this point in the history
Fixed the misspelling of chaincode

[ci-skip]

Change-Id: I43018d0081a9cc03d9f189422cf7f17cddda0c33
Signed-off-by: Mark Parzygnat <markparz@us.ibm.com>
  • Loading branch information
ibmmark committed Jun 28, 2017
1 parent 27b3f3c commit fd06fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/write_first_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ this command. Here's a quick synopsis:

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

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

0 comments on commit fd06fec

Please sign in to comment.