diff options
author | JudeArasu <judearasu@gmail.com> | 2011-08-03 23:00:24 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:41:30 -0700 |
commit | 2e764c5fd1ae4757da2cd834ca310f3eeb8db3e0 (patch) | |
tree | 31c2ebe2f297f7c7517c43ead4d18549e3f87f62 /railties/guides | |
parent | 25845b3d42c899749913d948f952f332e275fd26 (diff) | |
download | rails-2e764c5fd1ae4757da2cd834ca310f3eeb8db3e0.tar.gz rails-2e764c5fd1ae4757da2cd834ca310f3eeb8db3e0.tar.bz2 rails-2e764c5fd1ae4757da2cd834ca310f3eeb8db3e0.zip |
grammatical changes
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/form_helpers.textile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/guides/source/form_helpers.textile b/railties/guides/source/form_helpers.textile index bf2a7369a7..fa0ca5827a 100644 --- a/railties/guides/source/form_helpers.textile +++ b/railties/guides/source/form_helpers.textile @@ -45,7 +45,7 @@ NOTE: Throughout this guide, the +div+ with the hidden input elements will be ex h4. A Generic Search Form -One of the most basic forms you see on the web is a search form. This form contains: +One of the most basic forms you will see on the web is a search form. This form contains: # a form element with "GET" method, # a label for the input, @@ -807,3 +807,4 @@ h3. Authors * Mislav Marohnić <mislav.marohnic@gmail.com> * "Frederick Cheung":credits.html#fcheung + |