From 9e25e4baa8d29c6eaebfe8a3391886c2071c7a6c Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 18 Apr 2016 11:40:04 +0800 Subject: [PATCH] [CI SKIP] Typo. --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index c637fb67b1d..35c21bf226b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,7 +46,7 @@ Discourse::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - # this will cause all handlebars templates to be pre-compiles, making your page faster + # this will cause all handlebars templates to be pre-compiled, making your page faster config.handlebars.precompile = true # allows developers to use mini profiler