Merge pull request #283 from leereilly/my_new_branch

Corrected grammar; replaced 'heavily recommended' with 'highly recommended
This commit is contained in:
Konstantin Haase 2011-06-01 14:19:18 -07:00
commit a3526236d7
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
# 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? }