From 3f2fce49728c3d5a6065c9ff79c0b40aca47cc00 Mon Sep 17 00:00:00 2001 From: Cordtus <96965330+Cordtus@users.noreply.github.com> Date: Thu, 4 Jul 2024 06:55:40 -0600 Subject: [PATCH] Fixes spelling error of "gauges" in README.md --- docs/osmosis-core/modules/cosmwasmpool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/osmosis-core/modules/cosmwasmpool/README.md b/docs/osmosis-core/modules/cosmwasmpool/README.md index a3e487ca7..ba18417bd 100644 --- a/docs/osmosis-core/modules/cosmwasmpool/README.md +++ b/docs/osmosis-core/modules/cosmwasmpool/README.md @@ -311,7 +311,7 @@ pub struct AfterPoolCreated { pub enum CreatePoolGauges { // This works exactly like `gamm`'s. DefaultLockableDurations {}, - // Custom guages can be created. + // Custom gauges can be created. Custom { msgs: Vec }, } ```