cosmos-sdk/x/mint
Ryan Christoffersen 2627a96a49
docs: fix module spec ordering (#9870)
## Description

Closes: #9858 

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->

This pull request fixes the ordering of module spec documents.

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct `docs:` prefix in the PR title
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOC_WRITING_GUIDELINES.md)
- [x] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct `docs:` prefix in the PR title
- [ ] confirmed all author checklist items have been addressed 
- [ ] confirmed that this PR only changes documentation
- [ ] reviewed content for consistency
- [ ] reviewed content for thoroughness
- [ ] reviewed content for spelling and grammar
- [ ] tested instructions (if applicable)
2021-08-09 08:09:17 +00:00
..
client feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
keeper codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
migrations refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
simulation refactor!: Remove `clientCtx.JSONCodec` and rename `EncodingConfig.Marshaler` to `Codec` (#9521) 2021-07-01 08:52:38 +00:00
spec docs: fix module spec ordering (#9870) 2021-08-09 08:09:17 +00:00
types gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
abci.go Fix mint metric (#7024) 2020-08-12 15:10:53 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module.go feat!: remove legacy handler (#9650) 2021-07-19 14:49:42 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00