aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/console.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/commands/console.rb')
-rw-r--r--railties/lib/rails/commands/console.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/console.rb b/railties/lib/rails/commands/console.rb
index 37befdf697..4213be94d1 100644
--- a/railties/lib/rails/commands/console.rb
+++ b/railties/lib/rails/commands/console.rb
@@ -76,7 +76,7 @@ module Rails
require 'debugger'
puts "=> Debugger enabled"
rescue Exception
- puts "You need to install debugger to run the console in debugging mode. With gems, use 'gem install debugger'"
+ puts "You need to install a debugger to run the console in debugging mode. With gems, use 'gem install debugger'"
exit
end
end