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-04 16:41:31 -0700
commite82b4901eb8f5f3582a079e88c75a4fbc7dea767 (patch)
tree673eb842c734f2f1c4e0c74878d08ea3740c685f /railties/guides/source
parent681d919e48c631c499d6a2536310b97cfbd6098b (diff)
downloadrails-e82b4901eb8f5f3582a079e88c75a4fbc7dea767.tar.gz
rails-e82b4901eb8f5f3582a079e88c75a4fbc7dea767.tar.bz2
rails-e82b4901eb8f5f3582a079e88c75a4fbc7dea767.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
-