Skip to content

Commit

Permalink
Widget: Fix typo 'animateion'
Browse files Browse the repository at this point in the history
Closes gh-287

(cherry picked from commit c9f2f31)
  • Loading branch information
kostasx authored and scottgonzalez committed Nov 10, 2015
1 parent b231010 commit 62d6eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/widget-option-show.xml
Expand Up @@ -15,7 +15,7 @@
<type name="String">
<desc>
The <placeholder name="animated-element"/> will be shown using the specified effect.
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>.
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>.
In either case the effect will be used with the default duration and the default easing.
</desc>
</type>
Expand Down

0 comments on commit 62d6eb9

Please sign in to comment.