Fix formatting of note on Rack::Attack::Request

This commit is contained in:
Zach Millman 2014-06-17 11:38:50 -07:00
parent 5c78f84be2
commit 882221212a

View file

@ -73,7 +73,7 @@ end
```
Note: `Rack::Attack::Request` is just a subclass of `Rack::Attack` so that you
can cleanly [monkey patch helper methods] onto the
can cleanly monkey patch helper methods onto the
[request object](https://github.com/kickstarter/rack-attack/blob/master/lib/rack/attack/request.rb).
## About Tracks