aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorAdrien Lamothe <adrien@adriensdomain.com>2014-01-25 23:04:36 -0800
committerAdrien Lamothe <adrien@adriensdomain.com>2014-01-25 23:04:36 -0800
commit9d0fceb55da9a0b421c81091388d8484e2aedfd6 (patch)
treec9b599ef8196a1e86ff4d48694b7c4a312ff3609 /railties
parent81c1f5875e97c041773c9139a3331644895bab71 (diff)
downloadrails-9d0fceb55da9a0b421c81091388d8484e2aedfd6.tar.gz
rails-9d0fceb55da9a0b421c81091388d8484e2aedfd6.tar.bz2
rails-9d0fceb55da9a0b421c81091388d8484e2aedfd6.zip
Correct grammar from '... allowing both thread web servers ...' to '... allowing both threaded web servers ...'.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
index 3baa382bd6..d2f041aa27 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -5,7 +5,7 @@ Rails.application.configure do
config.cache_classes = true
# Eager load code on boot. This eager loads most of Rails and
- # your application in memory, allowing both thread web servers
+ # your application in memory, allowing both threaded web servers
# and those relying on copy on write to perform better.
# Rake tasks automatically ignore this option for performance.
config.eager_load = true