]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correct spelling of invisible 7316/head
authorMiray Kurtay <miray@tinbee.com>
Mon, 30 Nov 2015 19:27:41 +0000 (14:27 -0500)
committerMiray Kurtay <miray@tinbee.com>
Mon, 30 Nov 2015 19:27:41 +0000 (14:27 -0500)
Removing the extra i in the description for invisible.

docs/pages/visibility.md

index 75b35fde2777faa677b4ca51de174339095805a2..7124ffdefc749f16a90f3cba31a21efa75c7d989 100644 (file)
@@ -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
 <p class="hide">Can't touch this.</p>