Skip to content

Commit 1873407

Browse files
dilebanmastersingh24
authored andcommitted
[FAB-6279] Fix minor typos in documentation
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>
1 parent b9ff16d commit 1873407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/build_network.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Configuration Transaction Generator
324324
The ``configtxgen tool`` is used to create four configuration artifacts:
325325

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

330330
Please see :doc:`configtxgen` for a complete description of the use of this

docs/source/fabric_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Chaincode
4646
Chaincode is software defining an asset or assets, and the transaction instructions for
4747
modifying the asset(s). In other words, it's the business logic. Chaincode enforces the rules for reading
4848
or altering key value pairs or other state database information. Chaincode functions execute against
49-
the ledger current state database and are initiated through a transaction proposal. Chaincode execution
49+
the ledger's current state database and are initiated through a transaction proposal. Chaincode execution
5050
results in a set of key value writes (write set) that can be submitted to the network and applied to
5151
the ledger on all peers.
5252

0 commit comments

Comments
 (0)