diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-09-13 21:36:26 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-09-13 21:36:26 +0300 |
commit | b47d5bb77ea04babe9d098872cac934d27fb7277 (patch) | |
tree | 6b905337cf10a756a4ac524161d7f3b5c36a6271 /railties | |
parent | 68a8a298d69fdf9cb2a6e3f02568c4d0c02b62ff (diff) | |
download | rails-b47d5bb77ea04babe9d098872cac934d27fb7277.tar.gz rails-b47d5bb77ea04babe9d098872cac934d27fb7277.tar.bz2 rails-b47d5bb77ea04babe9d098872cac934d27fb7277.zip |
Remove redundant 'the'.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/base.rb | 2 |
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 |