Skip to content

Commit a33c0bf

Browse files
authored
chore: fix some comments (cosmos#1533)
Signed-off-by: costcould <[email protected]>
1 parent 6de1ec5 commit a33c0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/nameservice/docs/03-demo-of-mitigating-front-running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd scripts
1111
configure.sh
1212
```
1313

14-
If this doesnt work please ensure you have run `make build` in the `tutorials/nameservice/base` directory.
14+
If this doesn't work please ensure you have run `make build` in the `tutorials/nameservice/base` directory.
1515

1616
<!-- nolint:all -->
1717
2. Have alice attempt to reserve `bob.cosmos`: This is a normal transaction that alice wants to execute. The script ``./scripts/reserve.sh "bob.cosmos"` is used to send this transaction.

tutorials/oracle/docs/02-implementing-vote-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type StakeWeightedPrices struct {
104104
}
105105
```
106106

107-
Now we create the `PrepareProposalHandler`. In this step we’ll first check if the vote extensions’ signatures are correct using a helper function called ValidateVoteExtensions from the baseapp pacakge.
107+
Now we create the `PrepareProposalHandler`. In this step we’ll first check if the vote extensions’ signatures are correct using a helper function called ValidateVoteExtensions from the baseapp package.
108108

109109
```go
110110
func (h *ProposalHandler) PrepareProposal() sdk.PrepareProposalHandler {

0 commit comments

Comments
 (0)