From 870908fbc9f1ed7f572a002010df538002100579 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:05:47 +0200 Subject: [PATCH] Update README.md --- x/ibc/testing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/ibc/testing/README.md b/x/ibc/testing/README.md index cff0796e..456314bf 100644 --- a/x/ibc/testing/README.md +++ b/x/ibc/testing/README.md @@ -2,7 +2,7 @@ ## Components -The testing package comprises of four parts constructed as a stack. +The testing package consists of four parts constructed as a stack. - coordinator - chain @@ -194,7 +194,7 @@ type Endpoint struct { The fields empty after `NewPath` is called are `ClientID`, `ConnectionID` and `ChannelID` as the clients, connections, and channels for these endpoints have not yet been created. The `ClientConfig`, `ConnectionConfig` and `ChannelConfig` contain all the necessary information for clients, -connections, and channels to be initialized. If you would like to use endpoints which are intitialized to +connections, and channels to be initialized. If you would like to use endpoints which are initialized to use your Port IDs, you might add a helper function similar to the one found in transfer: ```go