Browse Source

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

Fixed a typo in the mixins documentation.
Peter Lupu 8 years ago
parent
commit
e42cb118c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/documentation/overview/mixins.html

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

@@ -20,7 +20,7 @@ doc-subtab: mixins
 </tr>
 </tr>
 <tr>
 <tr>
   <td><code>=block</code></td>
   <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>
 <tr>
 <tr>
   <td><code>=clearfix</code></td>
   <td><code>=clearfix</code></td>