From 8bb8e96a768a2230c4cce815ba741058688e2630 Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Thu, 19 May 2022 17:05:03 +0200 Subject: [PATCH] Fixed typo in section 6.1.4.2 of Hermes guide --- .../src/tutorials/local-chains/relay-paths/multiple-paths.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md b/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md index 92742e313c..e314197603 100644 --- a/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md +++ b/guide/src/tutorials/local-chains/relay-paths/multiple-paths.md @@ -100,7 +100,7 @@ Follow the steps below to connect three chains together and relay packets betwee making an exception. Execute the following command: ```shell - hermes create channel ibc-0 --chain-b-id ibc-1 --port-a transfer --port-b transfer --new-client-connection + hermes create channel ibc-0 --chain-b ibc-1 --port-a transfer --port-b transfer --new-client-connection ``` Then respond 'yes' to the prompt that pops up. Once the command has run to @@ -166,7 +166,7 @@ Follow the steps below to connect three chains together and relay packets betwee previous invocation we used to create a channel between `ibc-0` and `ibc-1`: ```shell - hermes create channel ibc-1 --chain-b-id ibc-2 --port-a transfer --port-b transfer --new-client-connection + hermes create channel ibc-1 --chain-b ibc-2 --port-a transfer --port-b transfer --new-client-connection ``` ```json