Skip to content

Commit 77f3b3c

Browse files
authored
chore: fix typos (#2592)
Fix some typos
1 parent dcf79b2 commit 77f3b3c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/execution/cosmwasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ the variables in the command with the variables in the `init.sh` script.
224224
## 🌟 Contract interaction on CosmWasm {#contract-interaction-on-local-da}
225225
<!-- markdownlint-disable MD013 -->
226226

227-
In the previous steps, we have stored out contract's tx hash in an
227+
In the previous steps, we have stored our contract's tx hash in an
228228
environment variable for later use.
229229

230230
The following guide will show you how to deploy and interact with a contract using CLI.

docs/guides/restart-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example, if you ran the [quick start](/docs/guides/quick-start.md) tutorial,
1515
testapp start
1616
```
1717

18-
You would have see output similar to:
18+
You would have seen output similar to:
1919

2020
```bash
2121
I[2024-10-17|14:52:12.845] Creating and publishing block module=BlockManager height=7

docs/learn/sequencing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
```go
1010
// Sequencer is a generic interface for a sequencer
1111
type Sequencer interface {
12-
// SubmitBatchTxs submits a batch of transactions from to sequencer
12+
// SubmitBatchTxs submits a batch of transactions to sequencer
1313
// Id is the unique identifier for the chain
1414
// Batch is the batch of transactions to submit
1515
// returns an error if any from the sequencer

0 commit comments

Comments
 (0)