diff --git a/docs/docs/03-CLI-Commands/01-cli-commands.md b/docs/docs/03-CLI-Commands/01-cli-commands.md index 7c24da95de..938b0f247c 100644 --- a/docs/docs/03-CLI-Commands/01-cli-commands.md +++ b/docs/docs/03-CLI-Commands/01-cli-commands.md @@ -1784,9 +1784,9 @@ Module migration boilerplate Scaffold no-op migration boilerplate for an existing Cosmos SDK module. -This command creates a new migration file in "x//migrations/vN/", +This command creates a new migration file in `x//migrations/vN/`, increments the module consensus version, and registers the new migration handler -inside "x//module/module.go". +inside `x//module/module.go`. ``` ignite scaffold migration [module] [flags] diff --git a/docs/versioned_docs/version-v29/03-CLI-Commands/01-cli-commands.md b/docs/versioned_docs/version-v29/03-CLI-Commands/01-cli-commands.md index 7c24da95de..938b0f247c 100644 --- a/docs/versioned_docs/version-v29/03-CLI-Commands/01-cli-commands.md +++ b/docs/versioned_docs/version-v29/03-CLI-Commands/01-cli-commands.md @@ -1784,9 +1784,9 @@ Module migration boilerplate Scaffold no-op migration boilerplate for an existing Cosmos SDK module. -This command creates a new migration file in "x//migrations/vN/", +This command creates a new migration file in `x//migrations/vN/`, increments the module consensus version, and registers the new migration handler -inside "x//module/module.go". +inside `x//module/module.go`. ``` ignite scaffold migration [module] [flags]