Skip to content

Commit

Permalink
Update docs/build/building-apps/upgrades/0.52.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex | Skip <alex@skip.money>
  • Loading branch information
tac0turtle and Alex | Skip authored Jan 6, 2025
1 parent cf434ed commit fc4a722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/building-apps/upgrades/0.52.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ type AppModule struct {

## Preparing the Upgrade Handler (On-Chain)

If your chain uses x/upgrade to do in-place upgrades:
If your chain uses `x/upgrade` to do in-place upgrades:
1. Create a new upgrade name (e.g. v0.52).
2. Register the upgrade handler in app.go:
```go
Expand Down

0 comments on commit fc4a722

Please sign in to comment.