From 28d111d3701c85d1b27cd7ce5f09fdf7d795af75 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 18 Apr 2013 16:46:04 +1000 Subject: [PATCH] typo --- lib/middleware/turbo_dev.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/middleware/turbo_dev.rb b/lib/middleware/turbo_dev.rb index 9b72eebb140..ceb463aa7ab 100644 --- a/lib/middleware/turbo_dev.rb +++ b/lib/middleware/turbo_dev.rb @@ -1,5 +1,6 @@ module Middleware - # this class cheats and bypasses rails altogether if the client attme + # this class cheats and bypasses rails altogether if the client attempts + # to download a static asset class TurboDev def initialize(app, settings={}) @app = app