From 2767f01be05e3714b250f8c2743b7f5e1b0833ac Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Sun, 21 Oct 2012 17:23:22 +0300 Subject: Fix a typo --- guides/source/working_with_javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/working_with_javascript.md') 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 `
`s. `form_for` takes a `:remote` +is a helper that assists with writing forms. `form_for` takes a `:remote` option. It works like this: ``` -- cgit v1.2.3