diff --git a/lib/merb-core/core_ext/kernel.rb b/lib/merb-core/core_ext/kernel.rb index 39d480ca..cfc41cef 100644 --- a/lib/merb-core/core_ext/kernel.rb +++ b/lib/merb-core/core_ext/kernel.rb @@ -89,7 +89,7 @@ def use_orm(orm) # Used in Merb.root/config/init.rb # Tells merb which testing framework to use. - # Currently merb has plugins to supports RSpec and Test::Unit. + # Currently merb has plugins to support RSpec and Test::Unit. # # Example # $ sudo gem install rspec @@ -234,4 +234,4 @@ def debugger "to enable *****\n" end end -end \ No newline at end of file +end