From b3cad5938d37b66c52a9652a22c4a2e7e142d698 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:40:04 -0400 Subject: [PATCH] docs: add x/ docs (backport #23955) (#23956) Co-authored-by: Alex | Interchain Labs --- x/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/README.md b/x/README.md index d95fe3f1c8..73ad4aa4c4 100644 --- a/x/README.md +++ b/x/README.md @@ -29,7 +29,7 @@ proof-of-stake capabilities and governance. Supplementary modules are modules that are maintained in the Cosmos SDK but are not necessary for the core functionality of your blockchain. They can be thought of as ways to extend the -capabilities of your blockchain or further specialize it. +capabilities of your blockchain or further specialize it. * [Authz](./authz/README.md) - Authorization for accounts to perform actions on behalf of other accounts. * [Epochs](./epochs/README.md) - Registration so SDK modules can have logic to be executed at the timed tickers.