From f11fefc5d335ce8a8c40f143d80980d5c6af2d08 Mon Sep 17 00:00:00 2001 From: Miray Kurtay Date: Mon, 30 Nov 2015 14:27:41 -0500 Subject: [PATCH] Correct spelling of invisible Removing the extra i in the description for invisible. --- docs/pages/visibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.47.2