Skip to content

Commit

Permalink
Fix small doc errors (#2816)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
  • Loading branch information
lehors authored Aug 9, 2021
1 parent 99d2e32 commit c41ffff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/create_channel/create_channel_participation.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Before using `configtxgen`, confirm you have to set the `FABRIC_CFG_PATH` enviro
export FABRIC_CFG_PATH=../config
```

You can check that you can are able to use the tool by printing the `configtxgen` help text:
You can check that you are able to use the tool by printing the `configtxgen` help text:

```
configtxgen --help
Expand Down Expand Up @@ -468,7 +468,7 @@ _You used the configtxgen command to create the channel genesis block and provid

Assuming you have successfully run the `osnadmin channel join` on all three ordering nodes, you now have an active channel and the ordering service is ready to order transactions into blocks. Peers can join the channel and clients can begin to transact.

If you want to join additional ordering nodes to the consenter set of the channel, following the instructions in the next section.
If you want to join additional ordering nodes to the consenter set of the channel, follow the instructions in the next section.

## Step three: Join additional ordering nodes

Expand Down

0 comments on commit c41ffff

Please sign in to comment.