Skip to content

Commit 37bfad0

Browse files
committed
[FAB-9865] Fix markup error, "**anchor peer**s"
Bold markup can't be inserted in the middle of a string, so change "**anchor peer**s" to "**anchor peers**". Change-Id: Ifb03958fd97a8ed1346552a5c4a68dd306d7e347 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
1 parent 93da89c commit 37bfad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/channels.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Each peer that joins a channel, has its own identity given by a membership servi
1111
which authenticates each peer to its channel peers and services.
1212

1313
To create a new channel, the client SDK calls configuration system chaincode
14-
and references properties such as **anchor peer**s, and members (organizations).
14+
and references properties such as **anchor peers**, and members (organizations).
1515
This request creates a **genesis block** for the channel ledger, which stores configuration
1616
information about the channel policies, members and anchor peers. When adding a
1717
new member to an existing channel, either this genesis block, or if applicable,

0 commit comments

Comments
 (0)