diff --git a/config/environments/development.rb b/config/environments/development.rb index bc345547ab8..2a20d72d67c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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