aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript.md
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:23:22 +0300
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:23:22 +0300
commit2767f01be05e3714b250f8c2743b7f5e1b0833ac (patch)
tree8ebd51d355da121659a24b26324bd87246c54ec6 /guides/source/working_with_javascript.md
parent00332733b2bf83b22dd57a18a5a61217ce7cfe5f (diff)
downloadrails-2767f01be05e3714b250f8c2743b7f5e1b0833ac.tar.gz
rails-2767f01be05e3714b250f8c2743b7f5e1b0833ac.tar.bz2
rails-2767f01be05e3714b250f8c2743b7f5e1b0833ac.zip
Fix a typo
Diffstat (limited to 'guides/source/working_with_javascript.md')
-rw-r--r--guides/source/working_with_javascript.md2
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:
```