1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Fix spelling in description of Rack::Middleware

This commit is contained in:
Holger Just 2017-10-18 19:17:14 +02:00
parent c58c70febb
commit bded98fb6e

View File

@ -83,7 +83,7 @@ module Rackstash
# fields set by the application will be preserved and are not overwritten.
#
# In case there is an unhandled exception during request processing in the
# Rack aplication or any lower middleware, we log this error using
# Rack application or any lower middleware, we log this error using
# {Rackstash::Logger#add_exception}. The emitted event will still contain
# all added request fields and tags as well as the `"status"` field (set to
# `500`) and the duration of the request so far.