From 9da657382c6f168db74390dafdcf14137dfe809d Mon Sep 17 00:00:00 2001 From: Michael Schmatz Date: Thu, 30 Jan 2014 08:35:07 -0800 Subject: [PATCH] Fixed 'devloper' typo in quickstart config file --- config/discourse_quickstart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/discourse_quickstart.conf b/config/discourse_quickstart.conf index 79eb9d722b0..00db18e7f33 100644 --- a/config/discourse_quickstart.conf +++ b/config/discourse_quickstart.conf @@ -34,7 +34,7 @@ smtp_enable_start_tls = true # recommended, cdn used to access assets. This can be left empty at first. cdn_url = -# comma delimited list of emails that have devloper level access. +# comma delimited list of emails that have developer level access. developer_emails = # More advanded settings. Unless you changed these in your enviroment, the defaults will work.