fix: typos (#23105)

This commit is contained in:
chloefeal
2024-12-28 17:23:35 +00:00
committed by GitHub
parent 4a533fd385
commit 1003caba49
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ func (m *MM[T]) TxValidators() func(ctx context.Context, tx T) error {
// As an app developer, if you wish to skip running InitGenesis for your new
// module "foo", you need to manually pass a `fromVM` argument to this function
// foo's module version set to its latest ConsensusVersion. That way, the diff
// between the function's `fromVM` and `udpatedVM` will be empty, hence not
// between the function's `fromVM` and `updatedVM` will be empty, hence not
// running anything for foo.
//
// Example: