Update development.rb

This commit is contained in:
Jay Pfaffman 2017-06-08 13:07:51 -07:00 committed by GitHub
parent d92c938491
commit 0da8bdca73
1 changed files with 1 additions and 1 deletions

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