Skip to content

Commit aa5ecc1

Browse files
committed
hide/show options: Spelling fix
1 parent 0499f86 commit aa5ecc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/widget-option-hide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<type name="String">
1616
<desc>
1717
The <placeholder name="animated-element"/> will be hidden using the specified effect.
18-
The value can either be the name of a built-in jQuery animateion method, such as <code>"slideUp"</code>, or the name of a jQuery UI effect, such as <code>"fold"</code>.
18+
The value can either be the name of a built-in jQuery animation method, such as <code>"slideUp"</code>, or the name of a jQuery UI effect, such as <code>"fold"</code>.
1919
In either case the effect will be used with the default duration and the default easing.
2020
</desc>
2121
</type>

includes/widget-option-show.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<type name="String">
1616
<desc>
1717
The <placeholder name="animated-element"/> will be shown using the specified effect.
18-
The value can either be the name of a built-in jQuery animateion method, such as <code>"slideDown"</code>, or the name of a jQuery UI effect, such as <code>"fold"</code>.
18+
The value can either be the name of a built-in jQuery animation method, such as <code>"slideDown"</code>, or the name of a jQuery UI effect, such as <code>"fold"</code>.
1919
In either case the effect will be used with the default duration and the default easing.
2020
</desc>
2121
</type>

0 commit comments

Comments
 (0)