aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails_generator/base.rb')
-rw-r--r--railties/lib/rails_generator/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails_generator/base.rb b/railties/lib/rails_generator/base.rb
index 95d716fb90..b55a8db673 100644
--- a/railties/lib/rails_generator/base.rb
+++ b/railties/lib/rails_generator/base.rb
@@ -40,7 +40,7 @@ module Rails
# directory.
#
# The filenames of the templates don't matter, but choose something that
- # will be self-explatatory since you will be referencing these in the
+ # will be self-explanatory since you will be referencing these in the
# +manifest+ method inside your generator subclass.
#
#