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 </grammar_nazi>

This commit is contained in:
Lee Reilly 2011-06-01 14:11:05 -07:00
parent 1482379db2
commit 98feaefaff
1 changed files with 1 additions and 1 deletions

View File

@ -1395,7 +1395,7 @@ module Sinatra
# #
# The Application class should not be subclassed, unless you want to # The Application class should not be subclassed, unless you want to
# inherit all settings, routes, handlers, and error pages from the # 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. # modular applications.
class Application < Base class Application < Base
set :logging, Proc.new { ! test? } set :logging, Proc.new { ! test? }