Use gender-neutral pronoun in Readme

This commit is contained in:
Lukas Spieß 2019-12-12 18:13:13 +01:00 committed by GitHub
parent 5a767f8736
commit 58b4042e35
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
```