]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: fix various "overridden" in utility docs 11658/head
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 22 Jan 2019 16:27:41 +0000 (17:27 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 22 Jan 2019 16:28:50 +0000 (17:28 +0100)
docs/pages/prototyping-utilities.md
docs/pages/typography-base.md
docs/pages/visibility.md

index 600cb9498bce58d087dd1bd4f301bde6b5da92aa..4b2067445862f189a4b4d3831ad5949fec3ae31e 100644 (file)
@@ -20,7 +20,7 @@ Not all projects require Prototyping Utilities and adding utility classes like t
 
 <div class="primary callout">
        <p>
-               Many Prototype classes use `!important` to ensure that these they aren't overriden by more specific selectors. This framework conscientiously avoids using `!important` declarations. Please note that we have only inserted `!important` on those specific **CSS** properties which in no case should be overridden.
+               Many Prototype classes use `!important` to ensure that these they aren't overridden by more specific selectors. This framework conscientiously avoids using `!important` declarations. Please note that we have only inserted `!important` on those specific **CSS** properties which in no case should be overridden.
        </p>
 </div>
 
index 92ac00d0a850818391dc02acd949c19e0a5b5206..5b09c079613727ca77fe6ac3a304207541238c04 100644 (file)
@@ -405,5 +405,5 @@ On top of that, Foundation includes a couple of simple classes you can use to co
 <a class="" data-open-video="4:42"><img src="{{root}}assets/img/icons/watch-video-icon.svg" class="video-icon" height="30" width="30" alt=""> Watch this part in video</a>
 
 <div class="callout primary">
-  <p>Print styles 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>Print styles 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>
index 381b89d1f0c6e2b50acbd61a9263f164ca02b48b..8f07ce23a7a736d7be5a66a78a2e6a782276f447 100644 (file)
@@ -9,7 +9,7 @@ tags:
 ---
 
 <div class="callout primary">
-  <p>Visibility 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>Visibility 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">