Fixed typo in middleman-core/core-extensions/request.rb.
This commit is contained in:
parent
b2ecf5526b
commit
26b7f46978
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module Middleman
|
||||||
app.use Rack::Lint
|
app.use Rack::Lint
|
||||||
|
|
||||||
Array(@middleware).each do |klass, options, blockm|
|
Array(@middleware).each do |klass, options, blockm|
|
||||||
app.use(klass, *options, &block)
|
app.use(klass, *options, &blockm)
|
||||||
end
|
end
|
||||||
|
|
||||||
inner_app = inst(&block)
|
inner_app = inst(&block)
|
||||||
|
|
Loading…
Reference in a new issue