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:
parent
87b5d53e2f
commit
e6b8452e58
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue