1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Merge pull request #266 from weppos/typo.

Typo insetad => instead
This commit is contained in:
Konstantin Haase 2011-05-03 12:52:00 -07:00
commit 506104481b

View file

@ -667,7 +667,7 @@ module Sinatra
def options
warn "Sinatra::Base#options is deprecated and will be removed, " \
"use #settings insetad.\n\tfrom #{caller.first}"
"use #settings instead.\n\tfrom #{caller.first}"
settings
end