Quellcode durchsuchen

fixed typo (expect => except) in mixins.html (#540)

Fixed a typo in the mixins documentation.
Peter Lupu vor 8 Jahren
Ursprung
Commit
e42cb118c1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/documentation/overview/mixins.html

+ 1 - 1
docs/documentation/overview/mixins.html

@@ -20,7 +20,7 @@ doc-subtab: mixins
 </tr>
 <tr>
   <td><code>=block</code></td>
-  <td>Defines a margin-bottom of 1.5rem, expect when the element is the last child. Used for almost all block elements.</td>
+  <td>Defines a margin-bottom of 1.5rem, except when the element is the last child. Used for almost all block elements.</td>
 </tr>
 <tr>
   <td><code>=clearfix</code></td>