aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-01-25 23:57:53 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-01-25 23:57:53 -0800
commit14d59d2a257aee62c5b02cc18add38fccafad875 (patch)
treec9b599ef8196a1e86ff4d48694b7c4a312ff3609 /guides
parent81c1f5875e97c041773c9139a3331644895bab71 (diff)
parent9d0fceb55da9a0b421c81091388d8484e2aedfd6 (diff)
downloadrails-14d59d2a257aee62c5b02cc18add38fccafad875.tar.gz
rails-14d59d2a257aee62c5b02cc18add38fccafad875.tar.bz2
rails-14d59d2a257aee62c5b02cc18add38fccafad875.zip
Merge pull request #13844 from Alamoz/config_grammar
thread -> threaded [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/code/getting_started/config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
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