mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #158 from fighterleslie/typoFix
Fix typo in README.md
This commit is contained in:
commit
18147e244e
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ def call(env)
|
|||
end
|
||||
```
|
||||
|
||||
Note: `Rack::Attack::Request` is just a subclass of `Rack::Attack` so that you
|
||||
Note: `Rack::Attack::Request` is just a subclass of `Rack::Request` so that you
|
||||
can cleanly monkey patch helper methods onto the
|
||||
[request object](https://github.com/kickstarter/rack-attack/blob/master/lib/rack/attack/request.rb).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue