mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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
|
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
|
can cleanly monkey patch helper methods onto the
|
||||||
[request object](https://github.com/kickstarter/rack-attack/blob/master/lib/rack/attack/request.rb).
|
[request object](https://github.com/kickstarter/rack-attack/blob/master/lib/rack/attack/request.rb).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue