mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Single spelling correction
This commit is contained in:
parent
4d0d01f9c4
commit
f0c6cb1385
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ end
|
|||
|
||||
### Match Actions in Rails
|
||||
|
||||
Instead of matching the URL with complex regex, it can be much easier to mach specific controller actions:
|
||||
Instead of matching the URL with complex regex, it can be much easier to match specific controller actions:
|
||||
|
||||
```ruby
|
||||
Rack::Attack.safelist('unlimited requests') do |request|
|
||||
|
|
|
|||
Loading…
Reference in a new issue