Skip to content

Commit a7a90d0

Browse files
committed
[FAB-16710] Remove extra unneeded "be"
The extra "be" is unneeded, so I remove it. Signed-off-by: Thanakrit Lee <thanakrit.lee.2014@gmail.com> Change-Id: Ifa08543d5303c0fa0ab95d3af8e4feaef7255146
1 parent 30efa39 commit a7a90d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/network/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ The most important piece of information supplied within the chaincode definition
403403
is the [endorsement policy](../glossary.html#endorsement-policy). It describes
404404
which organizations must approve transactions before they will be accepted by other
405405
organizations onto their copy of the ledger. In our sample network, transactions
406-
can be only be accepted onto ledger L1 if R1 or R2 endorse them.
406+
can only be accepted onto ledger L1 if R1 or R2 endorse them.
407407

408408
Committing the chaincode definition to the channel places the endorsement policy
409409
on the channel ledger; it enables it to be accessed by any member of the channel.

0 commit comments

Comments
 (0)