Merge pull request #512 from joevandyk/patch-1

Fix speling in README
This commit is contained in:
Gonzalo Rodriguez 2020-12-26 00:12:36 -03:00 committed by GitHub
commit 1cb24da681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,7 +374,7 @@ Rack::Attack uses the [ActiveSupport::Notifications](http://api.rubyonrails.org/
You can subscribe to `rack_attack` events and log it, graph it, etc.
To get notified about specific type of events, subscribe to the event name followed by the `rack_attack` namesapce.
To get notified about specific type of events, subscribe to the event name followed by the `rack_attack` namespace.
E.g. for throttles use:
```ruby