Skip to content

Commit 78e432c

Browse files
committed
All: Spelling fixes
1 parent 5674bcd commit 78e432c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

entries/jQuery.widget.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ _create: function() {
219219
The public <a href="#method-destroy"><code>destroy()</code></a> method cleans up all common data, events, etc. and then delegates out to <code>_destroy()</code> for custom, widget-specific, cleanup.
220220
</desc>
221221
<example>
222-
<desc>Remove a class from the widget's element when the wiget is destroyed.</desc>
222+
<desc>Remove a class from the widget's element when the widget is destroyed.</desc>
223223
<code><![CDATA[
224224
_destroy: function() {
225225
this.element.removeClass( "my-widget" );

entries/menu.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ _closeOnDocumentClick: function( event ) {
251251
</method>
252252
<method name="_isDivider" return="Boolean">
253253
<desc>
254-
Determines whether an item should acually be represented as a divider instead of a menu item. By default any item that contains just spaces and/or dashes is considered a divider.
254+
Determines whether an item should actually be represented as a divider instead of a menu item. By default any item that contains just spaces and/or dashes is considered a divider.
255255
</desc>
256256
<argument name="item" type="jQuery"/>
257257
<example>

0 commit comments

Comments
 (0)