We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20a8fd commit 28d111dCopy full SHA for 28d111d
1 file changed
lib/middleware/turbo_dev.rb
@@ -1,5 +1,6 @@
1
module Middleware
2
- # this class cheats and bypasses rails altogether if the client attme
+ # this class cheats and bypasses rails altogether if the client attempts
3
+ # to download a static asset
4
class TurboDev
5
def initialize(app, settings={})
6
@app = app
0 commit comments