From 98feaefaffd26e6659edf390954b4d323963002c Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Wed, 1 Jun 2011 14:11:05 -0700 Subject: [PATCH] Corrected grammar; replaced 'heavily recommended' with 'highly recommended'; see http://www.lixiaolai.com/ocd/FILES/recommend_verb.htm and http://www.macmillandictionary.com/dictionary/british/recommend --- lib/sinatra/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb index 29038eaf..8503b7ae 100644 --- a/lib/sinatra/base.rb +++ b/lib/sinatra/base.rb @@ -1395,7 +1395,7 @@ module Sinatra # # The Application class should not be subclassed, unless you want to # inherit all settings, routes, handlers, and error pages from the - # top-level. Subclassing Sinatra::Base is heavily recommended for + # top-level. Subclassing Sinatra::Base is highly recommended for # modular applications. class Application < Base set :logging, Proc.new { ! test? }