Skip to content

Commit 940d41b

Browse files
niuzhenguoryjones
authored andcommitted
[FAB-9176] Fix some docs issue
Change-Id: Ibfd30c6b51c32fac927b35a711d8663177099f55 Signed-off-by: Zhenguo Niu <Niu.ZGlinux@gmail.com>
1 parent 3b6a904 commit 940d41b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/source/msp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ as orderers).
301301

302302
There is limited support for such requirements.
303303

304-
One way to allow for this separation is to to create a separate intermediate
304+
One way to allow for this separation is to create a separate intermediate
305305
CA for each node type - one for clients and one for peers/orderers; and
306306
configure two different MSPs - one for clients and one for peers/orderers.
307307
Channels this organization should be accessing would need to include

docs/source/peers/peers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ peers, where they can be verified before being applied to each peer's local copy
155155
of the ledger. As this whole ordering processing takes some time to complete
156156
(seconds), the application is notified asynchronously, as shown in step five.
157157

158-
Later in this topic, you'll learn more about the detailed nature of of this
158+
Later in this topic, you'll learn more about the detailed nature of this
159159
ordering process -- and for a really detailed look at this process see the
160160
[Transaction Flow](../txflow.html) topic.
161161

@@ -435,7 +435,7 @@ happen -- the blocks generated by a collection of orderers are said to be
435435
**final** because once a transaction has been written to a block, its position
436436
in the ledger is immutably assured. Hyperledger Fabric's finality means that a
437437
disastrous occurrence known as a **ledger fork** cannot occur. Once transactions
438-
are captured in a block, history cannot be be rewritten for that transaction at
438+
are captured in a block, history cannot be rewritten for that transaction at
439439
a future point in time.
440440

441441
We can see also see that whereas peers host the ledger and chaincodes,
@@ -512,7 +512,7 @@ the chaincodes (the transaction proposal responses) which are shared to every
512512
peer in the channel, whether or not they endorsed the transaction. This
513513
specialization of endorsing peers is designed to help scalability.
514514

515-
Finally, every time a block is committed to to a peer's ledger, that peer
515+
Finally, every time a block is committed to a peer's ledger, that peer
516516
generates an appropriate *event*. *Block events* include the full block content,
517517
while *block transaction events* include summary information only, such as
518518
whether each transaction in the block has been validated or invalidated.

docs/source/policies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Note that policies higher in the hierarchy are all defined as
407407
``SignaturePolicy``\ s. This set of defaults works nicely because the
408408
``ImplicitMetaPolicies`` do not need to be redefined as the number of
409409
organizations change, and the individual organizations may pick their
410-
own rules and thresholds for what is means to be a a Reader, Writer, and
410+
own rules and thresholds for what is means to be a Reader, Writer, and
411411
Admin.
412412

413413
.. Licensed under Creative Commons Attribution 4.0 International License

docs/source/upgrading_your_network_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ we will perform the following steps:
229229
1. Stop the peer.
230230
2. Back up the peer’s ledger and MSP.
231231
3. Remove chaincode containers and images.
232-
4. Restart the peer with with latest image.
232+
4. Restart the peer with latest image.
233233
5. Verify upgrade completion.
234234

235235
We have four peers running in our network. We will perform this process once for

0 commit comments

Comments
 (0)