diff options
author | Marcel Molina <marcel@vernix.org> | 2007-12-05 15:27:01 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2007-12-05 15:27:01 +0000 |
commit | d7e978044548ee7b0e62282e6bb84629b5b8eddf (patch) | |
tree | 67eab027ea6a65eee240736eb88ee0b5e736d215 | |
parent | 1b7a18dec8ed78ea989270fc3140260fc87c310e (diff) | |
download | rails-d7e978044548ee7b0e62282e6bb84629b5b8eddf.tar.gz rails-d7e978044548ee7b0e62282e6bb84629b5b8eddf.tar.bz2 rails-d7e978044548ee7b0e62282e6bb84629b5b8eddf.zip |
Fix typo in [8287]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8294 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-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 de00bc3499..f7a9daf606 100644 --- a/actionpack/lib/action_view/helpers/scriptaculous_helper.rb +++ b/actionpack/lib/action_view/helpers/scriptaculous_helper.rb @@ -77,7 +77,7 @@ module ActionView # attributes in the form "string_identifier". For example, "item_1". Only # the identifier part of the id attribute will be serialized. # - # Addtional +options+ are: + # Additional +options+ are: # # <tt>:format</tt>:: A regular expression to determine what to send # as the serialized id to the server (the default |