From d32ad93f61a64623b7f9811cd577fb68d1350b08 Mon Sep 17 00:00:00 2001 From: Ollie Gilbey Date: Thu, 16 Jan 2025 15:05:07 +0000 Subject: [PATCH] docs: fix: escape mod reference This commit wraps a path in the docs in backticks. The path breaks JSX on the unified docsite as it is read as an open tag with no closing. --- 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 5eb00b0caf53..a41fe7c6de98 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}.