Fix a typo

This commit is contained in:
Agis Anastasopoulos 2012-10-21 17:23:22 +03:00
parent 00332733b2
commit 2767f01be0

@ -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:
```