From 92c71cb557e300f2f6da2010d72d943a1839ce5a Mon Sep 17 00:00:00 2001 From: Luca Joss <43531661+ljoss17@users.noreply.github.com> Date: Thu, 19 May 2022 17:22:56 +0200 Subject: [PATCH] Fixed typo in section 6.1.4.2 of Hermes guide (#2225) Co-authored-by: Luca Joss --- .../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