Fix speling in README

(cherry picked from commit 7b3376021b)
This commit is contained in:
Joe Van Dyk 2020-12-24 12:58:47 -08:00 committed by Gonzalo
parent 6316069638
commit 38c89afcf3
No known key found for this signature in database
GPG key ID: 319EB6E3DB0D60FA

View file

@ -379,7 +379,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