diff options
-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 |