Merge pull request #463 from lumaxis/patch-1

Use gender-neutral pronoun in Readme
This commit is contained in:
Gonzalo Rodriguez 2019-12-12 14:25:26 -03:00 committed by GitHub
commit c4b15500dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,7 @@ end
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.
If you want to return to user how many seconds to wait until he can start sending requests again, this can be done through enabling `Retry-After` header:
If you want to return to user how many seconds to wait until they can start sending requests again, this can be done through enabling `Retry-After` header:
```ruby
Rack::Attack.throttled_response_retry_after_header = true
```