aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-04 15:02:13 -0700
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:15 -0700
commit19122e767ca199f6b2b3e8f21d2634eb2f17a8b4 (patch)
tree9e77071cf93b5960b0b1e8588c06026921ad3b88 /railties/guides/source
parent111347f0cc7b23efba06d29fc374111f9d160f06 (diff)
downloadrails-19122e767ca199f6b2b3e8f21d2634eb2f17a8b4.tar.gz
rails-19122e767ca199f6b2b3e8f21d2634eb2f17a8b4.tar.bz2
rails-19122e767ca199f6b2b3e8f21d2634eb2f17a8b4.zip
Revert "grammatical changes"
Reason: As discussed in GitHub, it is debatable, and present tense is fine (and simple, and preferred). This reverts commit 54ccda9f0a5e4a5e72a4c159dc8787faaf65e8a2.
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/form_helpers.textile3
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/guides/source/form_helpers.textile b/railties/guides/source/form_helpers.textile
index fa0ca5827a..bf2a7369a7 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 will see on the web is a search form. This form contains:
+One of the most basic forms you see on the web is a search form. This form contains:
# a form element with "GET" method,
# a label for the input,
@@ -807,4 +807,3 @@ h3. Authors
* Mislav Marohnić <mislav.marohnic@gmail.com>
* "Frederick Cheung":credits.html#fcheung
-