aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorAditya Sanghi <aditya.sanghi@risingsunbilling.com>2011-05-06 13:07:14 -0700
committerAditya Sanghi <aditya.sanghi@risingsunbilling.com>2011-05-06 13:07:14 -0700
commit5e235278c479b9060f8dd1eb32a1abd0894b7070 (patch)
tree7be60a0e9f7dc0ef4812214d5b461ef766ec0bb6 /railties/lib/rails
parentef2738472d5c9e6e561d97c9fadbad6b3863017f (diff)
downloadrails-5e235278c479b9060f8dd1eb32a1abd0894b7070.tar.gz
rails-5e235278c479b9060f8dd1eb32a1abd0894b7070.tar.bz2
rails-5e235278c479b9060f8dd1eb32a1abd0894b7070.zip
Made language consistent with the rest of the comments in the file.
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/base.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/base.rb b/railties/lib/rails/generators/base.rb
index 8d03cb911b..1f6a7a2f59 100644
--- a/railties/lib/rails/generators/base.rb
+++ b/railties/lib/rails/generators/base.rb
@@ -117,8 +117,8 @@ module Rails
#
# ==== Switches
#
- # All hooks come with switches for user interface. If the user don't want
- # to use any test framework, he can do:
+ # All hooks come with switches for user interface. If you do not want
+ # to use any test framework, you can do:
#
# rails generate controller Account --skip-test-framework
#