From 15a32455493a8d90b7bfde9b7e0154fcc3e0ee8b Mon Sep 17 00:00:00 2001 From: curlwget Date: Thu, 12 Sep 2024 16:04:40 +0800 Subject: [PATCH] chore: fix some comments (#349) Signed-off-by: curlwget --- docs/resources/Ledger.md | 2 +- interchaintest/module_pfm_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/Ledger.md b/docs/resources/Ledger.md index 9ca5db7e..36661a83 100644 --- a/docs/resources/Ledger.md +++ b/docs/resources/Ledger.md @@ -136,7 +136,7 @@ locally [read more here.](https://github.com/persistenceOne/persistenceCore#init ### Send a transaction -You are now ready to start signing in and sending transactions. Send a transaction with persistenceCore using the the ** +You are now ready to start signing in and sending transactions. Send a transaction with persistenceCore using the ** tx send** command. ``` bash diff --git a/interchaintest/module_pfm_test.go b/interchaintest/module_pfm_test.go index 70a30ca5..05def8de 100644 --- a/interchaintest/module_pfm_test.go +++ b/interchaintest/module_pfm_test.go @@ -438,7 +438,7 @@ func TestTimeoutOnForward(t *testing.T) { func() { err := r.StopRelayer(ctx, eRep) if err != nil { - t.Logf("an error occured while stopping the relayer: %s", err) + t.Logf("an error occurred while stopping the relayer: %s", err) } }, )