From 03fc63e53487f55244fa10187f8c71d86937a950 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 22 Jan 2019 17:27:41 +0100 Subject: [PATCH] docs: fix various "overridden" in utility docs --- docs/pages/prototyping-utilities.md | 2 +- docs/pages/typography-base.md | 2 +- docs/pages/visibility.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/prototyping-utilities.md b/docs/pages/prototyping-utilities.md index 600cb9498..4b2067445 100644 --- a/docs/pages/prototyping-utilities.md +++ b/docs/pages/prototyping-utilities.md @@ -20,7 +20,7 @@ Not all projects require Prototyping Utilities and adding utility classes like t

- 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.

diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index 92ac00d0a..5b09c0796 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -405,5 +405,5 @@ On top of that, Foundation includes a couple of simple classes you can use to co Watch this part in video
-

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.

+

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.

diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 381b89d1f..8f07ce23a 100644 --- a/docs/pages/visibility.md +++ b/docs/pages/visibility.md @@ -9,7 +9,7 @@ tags: ---
-

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.

+

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.

-- 2.47.2