Skip to content

Commit

Permalink
chore: fix some comments (#349)
Browse files Browse the repository at this point in the history
Signed-off-by: curlwget <[email protected]>
  • Loading branch information
curlwget authored Sep 12, 2024
1 parent 2589e6e commit 15a3245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/Ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion interchaintest/module_pfm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
},
)
Expand Down

0 comments on commit 15a3245

Please sign in to comment.