From 77d43598a3363af67e9b4bd8467a3763af0a4566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=B8llie?= Date: Thu, 16 Jan 2025 19:00:14 +0000 Subject: [PATCH] docs: fix: escape mod reference (#23418) Co-authored-by: Alex | Interchain Labs --- docs/build/building-apps/upgrades/0.52.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/building-apps/upgrades/0.52.md b/docs/build/building-apps/upgrades/0.52.md index 5eb00b0caf..a41fe7c6de 100644 --- a/docs/build/building-apps/upgrades/0.52.md +++ b/docs/build/building-apps/upgrades/0.52.md @@ -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/. +All modules except auth have been split into their own go.mod and are imported via `cosmossdk.io/x/`. * Replace import paths from github.com/cosmos/cosmos-sdk/x/{moduleName} to cosmossdk.io/x/{moduleName}.