Skip to content

Commit

Permalink
Grammar fix in a web-console development only abort message
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Dec 6, 2015
1 parent 6cfeba6 commit 5445eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web_console/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Railtie < ::Rails::Railtie
initializer 'web_console.development_only' do
unless (config.web_console.development_only == false) || Rails.env.development?
abort <<-END.strip_heredoc
Web Console is activated in the #{Rails.env} environment, which is
Web Console is activated in the #{Rails.env} environment. This is
usually a mistake. To ensure it's only activated in development
mode, move it to the development group of your Gemfile:
Expand Down

0 comments on commit 5445eca

Please sign in to comment.