diff options
author | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-10-21 17:23:22 +0300 |
---|---|---|
committer | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-10-21 17:23:22 +0300 |
commit | 2767f01be05e3714b250f8c2743b7f5e1b0833ac (patch) | |
tree | 8ebd51d355da121659a24b26324bd87246c54ec6 /guides/source | |
parent | 00332733b2bf83b22dd57a18a5a61217ce7cfe5f (diff) | |
download | rails-2767f01be05e3714b250f8c2743b7f5e1b0833ac.tar.gz rails-2767f01be05e3714b250f8c2743b7f5e1b0833ac.tar.bz2 rails-2767f01be05e3714b250f8c2743b7f5e1b0833ac.zip |
Fix a typo
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/working_with_javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript.md b/guides/source/working_with_javascript.md index dba6a68940..2758564a93 100644 --- a/guides/source/working_with_javascript.md +++ b/guides/source/working_with_javascript.md @@ -146,7 +146,7 @@ attributes, and attaches appropriate handlers. ### form_for [`form_for`](http://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html#method-i-form_for) -is a helper that assists with writing `<form>`s. `form_for` takes a `:remote` +is a helper that assists with writing forms. `form_for` takes a `:remote` option. It works like this: ``` |