docs: fix: escape mod reference (#23418)

Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
øllie 2025-01-16 19:00:14 +00:00 committed by GitHub
parent 952db2b320
commit 77d43598a3
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}.