From 58b4042e3576bd704ea46b6808f4a4822db71464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Thu, 12 Dec 2019 18:13:13 +0100 Subject: [PATCH] Use gender-neutral pronoun in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f89e4..85ea134 100644 --- a/README.md +++ b/README.md @@ -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 ```