Merge pull request from iBug:typo-fix

Fix a small typo in documentation
This commit is contained in:
Michael Rose
2020-11-02 11:23:07 -05:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

@ -16,6 +16,7 @@ toc: false
- Fix greedy navigation by improving reliability of remaining space for visible links. [#2664](https://github.com/mmistakes/minimal-mistakes/issues/2664)
- Collapse white-space in `figure` helper to fix issues when used in Markdown ordered and unordered lists. [#2697](https://github.com/mmistakes/minimal-mistakes/pull/2697)
- Fix dead link to CI services in documentation. [#2635](https://github.com/mmistakes/minimal-mistakes/issues/2635) [#2692](https://github.com/mmistakes/minimal-mistakes/pull/2692)
- Fix a small type in documentation. [#2718](https://github.com/mmistakes/minimal-mistakes/pull/2718)
## Enhancements