From: Miray Kurtay Date: Mon, 30 Nov 2015 19:27:41 +0000 (-0500) Subject: Correct spelling of invisible X-Git-Tag: v6.0.5~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7316%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Correct spelling of invisible Removing the extra i in the description for invisible. --- diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 75b35fde2..7124ffdef 100644 --- a/docs/pages/visibility.md +++ b/docs/pages/visibility.md @@ -62,7 +62,7 @@ Like with `.show`, these classes also have `-only` versions. ### Generic Hide Classes -And if you really just need something hidden no matter what, there are classes for that as well. The `.hide` and `.invisibile` classes respectively set `display: none` and `visibility: hidden` on an element. Note that both of these classes hide content from screen readers. +And if you really just need something hidden no matter what, there are classes for that as well. The `.hide` and `.invisible` classes respectively set `display: none` and `visibility: hidden` on an element. Note that both of these classes hide content from screen readers. ```html

Can't touch this.