From bded98fb6e5e6f1efc34dd2942f9a546b56d3d4f Mon Sep 17 00:00:00 2001 From: Holger Just Date: Wed, 18 Oct 2017 19:17:14 +0200 Subject: [PATCH] Fix spelling in description of Rack::Middleware --- lib/rackstash/rack/middleware.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rackstash/rack/middleware.rb b/lib/rackstash/rack/middleware.rb index d2e909d..49f7b92 100644 --- a/lib/rackstash/rack/middleware.rb +++ b/lib/rackstash/rack/middleware.rb @@ -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.