aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2008-12-31 18:10:09 +0000
committerFrederick Cheung <frederick.cheung@gmail.com>2008-12-31 18:10:09 +0000
commit904b3d8fced8cd994c618628a9aebdca073a2d7d (patch)
treeb508206883e182dad65bed2e69a745afa6fdfe71 /railties
parentddd1aa294a49fd42de3d11bf4a97a9c1b8a55311 (diff)
downloadrails-904b3d8fced8cd994c618628a9aebdca073a2d7d.tar.gz
rails-904b3d8fced8cd994c618628a9aebdca073a2d7d.tar.bz2
rails-904b3d8fced8cd994c618628a9aebdca073a2d7d.zip
Fix one last remaining 'we'
Diffstat (limited to 'railties')
-rw-r--r--railties/doc/guides/source/form_helpers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/form_helpers.txt b/railties/doc/guides/source/form_helpers.txt
index ea84534e52..7fb01bbf48 100644
--- a/railties/doc/guides/source/form_helpers.txt
+++ b/railties/doc/guides/source/form_helpers.txt
@@ -4,7 +4,7 @@ Mislav Marohnić <mislav.marohnic@gmail.com>
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.
-In this guide we will:
+In this guide you will:
* Create search forms and similar kind of generic forms not representing any specific model in your application;
* Make model-centric forms for creation and editing of specific database records;