Use gender-neutral pronoun in Readme

(cherry picked from commit 58b4042e35)
This commit is contained in:
Lukas Spieß 2019-12-12 18:13:13 +01:00 committed by Gonzalo
parent 1d2c646ae1
commit 614e10aa9c
No known key found for this signature in database
GPG key ID: 319EB6E3DB0D60FA

View file

@ -343,7 +343,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
```