Skip to content

Commit ba52e2c

Browse files
committed
Merge pull request rack#82 from brchristian/patch-1
Fix typo in README.md
2 parents 7820986 + 4a724d8 commit ba52e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ end
113113
```ruby
114114
# Block requests from 1.2.3.4
115115
Rack::Attack.blacklist('block 1.2.3.4') do |req|
116-
# Request are blocked if the return value is truthy
116+
# Requests are blocked if the return value is truthy
117117
'1.2.3.4' == req.ip
118118
end
119119

0 commit comments

Comments
 (0)