From f56967f92382574f5a76a6b3569c2b74d0484ec2 Mon Sep 17 00:00:00 2001 From: Spencer Norman Date: Fri, 6 Apr 2018 08:19:53 -0500 Subject: [PATCH] fixed spelling issue, returna to return (#334) * fixed spelling issue, returna to returns * fixed the spelling properly this time, returns to return --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e5e36..5f11079 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Rack::Attack.blocklist_ip("1.2.0.0/16") #### `blocklist(name, &block)` -Name your custom blocklist and make your ruby-block argument returna a truthy value if you want the request to be blocked, and falsy otherwise. +Name your custom blocklist and make your ruby-block argument return a truthy value if you want the request to be blocked, and falsy otherwise. The request object is a [Rack::Request](http://www.rubydoc.info/gems/rack/Rack/Request).