Skip to content

Commit 16b75b4

Browse files
committed
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.
1 parent e74f3aa commit 16b75b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/disclosure/disclosure-faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Example Disclosure (Show/Hide) for Answers to Frequently Asked Questions</h1
2626
<p>
2727
The following example demonstrates using the
2828
<a href="../../#disclosure">disclosure design pattern</a>
29-
to create a set of frequently asked questions where the answers may be independently shown or hidiven.
29+
to create a set of frequently asked questions where the answers may be independently shown or hidden.
3030
</p>
3131
<p>Similar examples include:</p>
3232
<ul>
@@ -170,7 +170,7 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
170170
<td>
171171
<ul>
172172
<li>
173-
Indicates that the container controlled by the disclosure button is <em>hidiven </em>.
173+
Indicates that the container controlled by the disclosure button is <em>hidden</em>.
174174
</li>
175175
<li>
176176
CSS attribute selectors (e.g. <code>[aria-expanded=&quot;false&quot;]</code>) are

0 commit comments

Comments
 (0)