From 614e10aa9c01fcb191e8d7c86d94335c9859c13e 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 (cherry picked from commit 58b4042e3576bd704ea46b6808f4a4822db71464) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d0db8..69c92ad 100644 --- a/README.md +++ b/README.md @@ -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 ```