aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-09-13 21:36:26 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-09-13 21:36:26 +0300
commitb47d5bb77ea04babe9d098872cac934d27fb7277 (patch)
tree6b905337cf10a756a4ac524161d7f3b5c36a6271 /railties/lib/rails
parent68a8a298d69fdf9cb2a6e3f02568c4d0c02b62ff (diff)
downloadrails-b47d5bb77ea04babe9d098872cac934d27fb7277.tar.gz
rails-b47d5bb77ea04babe9d098872cac934d27fb7277.tar.bz2
rails-b47d5bb77ea04babe9d098872cac934d27fb7277.zip
Remove redundant 'the'.
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/base.rb b/railties/lib/rails/generators/base.rb
index a3f8ebf476..c2accf0387 100644
--- a/railties/lib/rails/generators/base.rb
+++ b/railties/lib/rails/generators/base.rb
@@ -98,7 +98,7 @@ module Rails
#
# "test_unit:awesome", "test_unit"
#
- # Which is not the desired the lookup. You can change it by providing the
+ # Which is not the desired lookup. You can change it by providing the
# :as option:
#
# class AwesomeGenerator < Rails::Generators::Base