Single spelling correction

This commit is contained in:
Jeremy Pinnix 2019-09-11 14:55:12 -05:00 committed by GitHub
parent 4d0d01f9c4
commit f0c6cb1385
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|