Skip to content

Commit b48cb8b

Browse files
committed
Accordion: Spelling fixes
1 parent 214280e commit b48cb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/accordion.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979
</option>
8080
<xi:include href="../includes/widget-option-disabled.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
8181
<option name="event" type="String" default='"click"' example-value='"mouseover"'>
82-
<desc>The event that accordion headers will react to in order to activate the associated panel. Multiple events can be specificed, separated by a space.</desc>
82+
<desc>The event that accordion headers will react to in order to activate the associated panel. Multiple events can be specified, separated by a space.</desc>
8383
</option>
8484
<option name="header" type="Selector" default='"> li > :first-child,> :not(li):even"' example-value='"h3"'>
8585
<desc>
86-
<p>Selector for the header element, applied via <code>.find()</code> on the main accordion element. Content panels must be the sibling immedately after their associated headers.</p>
86+
<p>Selector for the header element, applied via <code>.find()</code> on the main accordion element. Content panels must be the sibling immediately after their associated headers.</p>
8787
</desc>
8888
</option>
8989
<option name="heightStyle" type="String" default='"auto"' example-value='"fill"'>

0 commit comments

Comments
 (0)