Skip to content

Commit

Permalink
[FAB-6279] Fix minor typos in documentation
Browse files Browse the repository at this point in the history
Fix minor typos found in the following pages:
https://hyperledger-fabric.readthedocs.io/en/latest/fabric_model.html
https://hyperledger-fabric.readthedocs.io/en/latest/build_network.html

Change-Id: I562600eb7f3f3757785b68469e8b566ab63f892c
Signed-off-by: Dileban Karunamoorthy <dileban@gmail.com>
  • Loading branch information
dileban authored and mastersingh24 committed Oct 28, 2017
1 parent b9ff16d commit 1873407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/build_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Configuration Transaction Generator
The ``configtxgen tool`` is used to create four configuration artifacts:

* orderer ``genesis block``,
* channel ``channel configuration transaction``,
* channel ``configuration transaction``,
* and two ``anchor peer transactions`` - one for each Peer Org.

Please see :doc:`configtxgen` for a complete description of the use of this
Expand Down
2 changes: 1 addition & 1 deletion docs/source/fabric_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Chaincode
Chaincode is software defining an asset or assets, and the transaction instructions for
modifying the asset(s). In other words, it's the business logic. Chaincode enforces the rules for reading
or altering key value pairs or other state database information. Chaincode functions execute against
the ledger current state database and are initiated through a transaction proposal. Chaincode execution
the ledger's current state database and are initiated through a transaction proposal. Chaincode execution
results in a set of key value writes (write set) that can be submitted to the network and applied to
the ledger on all peers.

Expand Down

0 comments on commit 1873407

Please sign in to comment.