Merge pull request #4916 from pfaffman/patch-1

Typo: I've been staring at this thing starting for weeks
This commit is contained in:
Jeff Atwood
2017-06-08 13:17:30 -07:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ Discourse::Application.configure do
require 'stylesheet/watcher'
if defined? Puma
STDERR.puts "Staring CSS change watcher"
STDERR.puts "Starting CSS change watcher"
@watcher = Stylesheet::Watcher.watch
end