aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorbryan <bryan@osesm.com>2008-09-12 13:54:51 -0400
committerbryan <bryan@osesm.com>2008-09-12 13:54:51 -0400
commit4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e (patch)
treed5e69845e45b62732b6b904b575960729a272649 /actionpack
parent63b615cbc600925cf7c176dee128814b766a5b98 (diff)
downloadrails-4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e.tar.gz
rails-4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e.tar.bz2
rails-4f33f1fff38ae5afd0d44b0f8cb6a4643c86051e.zip
fixing typo in #sortable_element doc
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/scriptaculous_helper.rb2
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