Skip to content

Commit

Permalink
Fixes spelling error of "gauges" in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cordtus authored Jul 4, 2024
1 parent d1c14cb commit 3f2fce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/osmosis-core/modules/cosmwasmpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<MsgCreateGauge> },
}
```
Expand Down

0 comments on commit 3f2fce4

Please sign in to comment.