1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix title of 'form helpers' guide.

They're Rails Guides, so obviously we're talking about Rails Form Helpers.

Also, 'helpers' should be capitalized.
This commit is contained in:
Steve Klabnik 2012-11-29 05:28:52 -08:00
parent 87b5d53e2f
commit e6b8452e58

View file

@ -1,5 +1,5 @@
Rails Form helpers
==================
Form Helpers
============
Forms in web applications are an essential interface for user input. However, form markup can quickly become tedious to write and maintain because of form control naming and their numerous attributes. Rails deals away with these complexities by providing view helpers for generating form markup. However, since they have different use-cases, developers are required to know all the differences between similar helper methods before putting them to use.