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) } }, )