Forgot to match the header

This commit is contained in:
Kurtis Rainbolt-Greene 2018-08-16 10:32:02 -07:00 committed by GitHub
parent 3e5a4607cd
commit ea58ccbb6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ Rack::Attack.throttled_response = lambda do |env|
end
```
### X-RateLimit headers for well-behaved clients
### RateLimit headers for well-behaved clients
While Rack::Attack's primary focus is minimizing harm from abusive clients, it
can also be used to return rate limit data that's helpful for well-behaved clients.