docs: fix: escape mod reference (backport #23418) (#23424)

This commit is contained in:
mergify[bot] 2025-01-17 01:00:32 +01:00 committed by GitHub
parent 514ce9e0a8
commit 8da43091dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,7 +213,7 @@ plugins:
### Refactor Module Imports to cosmossdk.io/x/
All modules except auth have been split into their own go.mod and are imported via cosmossdk.io/x/<mod>.
All modules except auth have been split into their own go.mod and are imported via `cosmossdk.io/x/<mod>`.
* Replace import paths from github.com/cosmos/cosmos-sdk/x/{moduleName} to cosmossdk.io/x/{moduleName}.