From 16b75b4df861606aa46d6915a983c24e412b1b4e Mon Sep 17 00:00:00 2001
From: Matt King
Date: Fri, 10 Mar 2017 17:35:12 -0800
Subject: [PATCH] FAQ Disclosure Example: Fix Typos Described in Issue 265
modified examples/disclosure/disclosure-faq.html:
Corrected two misspellings of the word "hidden" identified by @annabbott in issue #265.
---
examples/disclosure/disclosure-faq.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/disclosure/disclosure-faq.html b/examples/disclosure/disclosure-faq.html
index 75c43ec206..fc84272713 100644
--- a/examples/disclosure/disclosure-faq.html
+++ b/examples/disclosure/disclosure-faq.html
@@ -26,7 +26,7 @@ Example Disclosure (Show/Hide) for Answers to Frequently Asked Questions
The following example demonstrates using the
disclosure design pattern
- to create a set of frequently asked questions where the answers may be independently shown or hidiven.
+ to create a set of frequently asked questions where the answers may be independently shown or hidden.
Similar examples include:
@@ -170,7 +170,7 @@ Role, Property, State, and Tabindex Attributes
-
- Indicates that the container controlled by the disclosure button is hidiven .
+ Indicates that the container controlled by the disclosure button is hidden.
-
CSS attribute selectors (e.g.
[aria-expanded="false"] ) are
|