From e42cb118c1af1139ba341b4864652c04f8c74e64 Mon Sep 17 00:00:00 2001 From: Peter Lupu Date: Sun, 5 Mar 2017 13:38:20 +0200 Subject: [PATCH] fixed typo (expect => except) in mixins.html (#540) Fixed a typo in the mixins documentation. --- docs/documentation/overview/mixins.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/overview/mixins.html b/docs/documentation/overview/mixins.html index 5edcb686..8a9976b4 100644 --- a/docs/documentation/overview/mixins.html +++ b/docs/documentation/overview/mixins.html @@ -20,7 +20,7 @@ doc-subtab: mixins =block - Defines a margin-bottom of 1.5rem, expect when the element is the last child. Used for almost all block elements. + Defines a margin-bottom of 1.5rem, except when the element is the last child. Used for almost all block elements. =clearfix