Skip to content

Commit fdb698a

Browse files
authored
Update proposal_legacy.go
1 parent 7d2b8f1 commit fdb698a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/wasm/types/proposal_legacy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ func (p StoreAndInstantiateContractProposal) ValidateBasic() error {
375375

376376
// String implements the Stringer interface.
377377
func (p StoreAndInstantiateContractProposal) String() string {
378-
return fmt.Sprintf(`Store And Instantiate Coontract Proposal:
378+
return fmt.Sprintf(`Store And Instantiate Contract Proposal:
379379
Title: %s
380380
Description: %s
381381
Run as: %s

0 commit comments

Comments
 (0)