]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixed overridden
author0xflotus <0xflotus@gmail.com>
Tue, 22 Jan 2019 06:09:41 +0000 (07:09 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Jan 2019 06:09:41 +0000 (07:09 +0100)
docs/pages/float-classes.md

index 66363c701a51c494aaf1cca1b22fdc67ee7887d6..07d38aacf72adb1ccb09097a0b59238457ff8c69 100644 (file)
@@ -9,7 +9,7 @@ video: 'VEzXdMmqhAY'
 You can change the float behavior of an element by adding the `.float-left` or `.float-right` classes to an element. To clear floats, add the class `.clearfix` to the parent element.
 
 <div class="callout primary">
-  <p>Float Left/Right classes use `!important` to ensure they aren't overriden by more specific selectors. This framework conscientiously avoids using `!important` declarations. This is one of the few components that does.</p>
+  <p>Float Left/Right classes use `!important` to ensure they aren't overridden by more specific selectors. This framework conscientiously avoids using `!important` declarations. This is one of the few components that does.</p>
 </div>
 
 <div class="callout warning">