Skip to content

Commit

Permalink
fix mispell
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Apr 15, 2024
1 parent 40f54dd commit 80ffed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/itc/types/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func validateNFTMintDetails(details *NFTDetails) error {
if len(details.NameDelimeter) != 1 {
return errorsmod.Wrapf(
ErrInvalidNFTMintDetails,
"invalid nft mint details, Name delemeter should be a symbol string lenght of one.")
"invalid nft mint details, Name delemeter should be a symbol string length of one.")
}

return nil
Expand Down

0 comments on commit 80ffed7

Please sign in to comment.