From 9d0fceb55da9a0b421c81091388d8484e2aedfd6 Mon Sep 17 00:00:00 2001 From: Adrien Lamothe Date: Sat, 25 Jan 2014 23:04:36 -0800 Subject: Correct grammar from '... allowing both thread web servers ...' to '... allowing both threaded web servers ...'. --- guides/code/getting_started/config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/code/getting_started/config/environments/production.rb b/guides/code/getting_started/config/environments/production.rb index 93d44723fb..8c514e065e 100644 --- a/guides/code/getting_started/config/environments/production.rb +++ b/guides/code/getting_started/config/environments/production.rb @@ -5,7 +5,7 @@ Blog::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 -- cgit v1.2.3