halfmoonui / halfmoon

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.
https://www.gethalfmoon.com
MIT License
3.03k stars 118 forks source link

Docs spelling error #72

Closed EddiesTech closed 3 years ago

EddiesTech commented 3 years ago

There's a spelling error in the example code at this section of the documentation: https://www.gethalfmoon.com/docs/flex-utilities/#align-items

EddiesTech commented 3 years ago
<div class="d-flex align-tiems-stretch">

should be

<div class="d-flex align-items-stretch">
halfmoonui commented 3 years ago

Fixed. Thanks a lot for bringing this up!