diff options
author | bryan <bryan@osesm.com> | 2008-09-12 13:54:51 -0400 |
---|---|---|
committer | bryan <bryan@osesm.com> | 2008-09-12 13:54:51 -0400 |
commit | 4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e (patch) | |
tree | d5e69845e45b62732b6b904b575960729a272649 /actionpack/lib | |
parent | 63b615cbc600925cf7c176dee128814b766a5b98 (diff) | |
download | rails-4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e.tar.gz rails-4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e.tar.bz2 rails-4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e.zip |
fixing typo in #sortable_element doc
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/scriptaculous_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/scriptaculous_helper.rb b/actionpack/lib/action_view/helpers/scriptaculous_helper.rb index b938c1a801..1d01dafd0e 100644 --- a/actionpack/lib/action_view/helpers/scriptaculous_helper.rb +++ b/actionpack/lib/action_view/helpers/scriptaculous_helper.rb @@ -95,7 +95,7 @@ module ActionView # * <tt>:containment</tt> - Takes an element or array of elements to treat as # potential drop targets (defaults to the original target element). # - # * <tt>:only</tt> - A CSS class name or arry of class names used to filter + # * <tt>:only</tt> - A CSS class name or array of class names used to filter # out child elements as candidates. # # * <tt>:scroll</tt> - Determines whether to scroll the list during drag |