From bf53291966cbb34d58eb55a9cbaa273b4154c0c9 Mon Sep 17 00:00:00 2001 From: Nao Nishijima Date: Thu, 8 Mar 2018 10:55:23 -0800 Subject: [PATCH] [FAB-8728] Typo in peerchannel.md There is repeating "be" in /docs/source/commands/peerchannel.md This patch deletes one "be". Change-Id: Ib34c908be1475c51853b5cdd67f49b3ce8c06da8 Signed-off-by: Nao Nishijima (cherry picked from commit 8e0473afb8a72bf8687f8c8d99df371668fd4b48) --- docs/source/commands/peerchannel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/commands/peerchannel.md b/docs/source/commands/peerchannel.md index 3e934f5d9cd..6cbf184949a 100644 --- a/docs/source/commands/peerchannel.md +++ b/docs/source/commands/peerchannel.md @@ -114,7 +114,7 @@ is not performed on the peer, even though the `peer` command is used. To create a channel, the administrator uses the command to submit a configuration update transaction to the orderer. This transaction describes the configuration changes required to create a new channel. Moreover, this -transaction must be be signed by the required organizations as defined by the +transaction must be signed by the required organizations as defined by the current orderer configuration. Configuration transactions can be generated by the [`configtxgen` command](.configtxgen.html) and signed by the `peer channel signconfigtx` command.