Merge pull request #432 from jpinnix/patch-1

Single spelling correction
This commit is contained in:
Gonzalo Rodriguez 2019-09-17 17:28:47 -03:00 committed by GitHub
commit 703fbaf22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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|