docs: fix typos in documentation files (#24973)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
Alvarez
2025-07-23 14:50:08 -04:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 3731136f78
commit 67a1a13a70
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ sidebar_position: 1
This module is `supplemental`; it is not required to run a Cosmos SDK chain. `x/protocolpool` enhances the community pool functionality provided by `x/distribution` and enables custom modules to further extend the community pool.
Note: _as long as an external commmunity pool keeper (here, `x/protocolpool`) is wired in DI configs, `x/distribution` will automatically use it for its external pool._
Note: _as long as an external community pool keeper (here, `x/protocolpool`) is wired in DI configs, `x/distribution` will automatically use it for its external pool._
## Usage Limitations