From f9007bf7ec835f1507554811ab544088e6a2605f Mon Sep 17 00:00:00 2001 From: Lucas Francisco Lopez Date: Fri, 4 Oct 2024 23:41:29 +0200 Subject: [PATCH] typo --- x/mint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/mint/README.md b/x/mint/README.md index 384d75e08c49..db344931392c 100644 --- a/x/mint/README.md +++ b/x/mint/README.md @@ -48,7 +48,7 @@ Key features of the new minting mechanism: 4. **Flexible Inflation**: The inflation rate can be adjusted based on various parameters, not just the bonded ratio. The default minting function, if no custom one is provided, is implemented in the `DefaultMintFn`. -This function is called during the `BeginBlocker` and is responsible for minting new tokens, implementations details can be found [here](#default-configuration). +This function is called during the `BeginBlocker` and is responsible for minting new tokens, implementation details can be found [here](#default-configuration). ### Inflation