From 38c89afcf3f4e606f053381833582eb83a5c308c Mon Sep 17 00:00:00 2001 From: Joe Van Dyk Date: Thu, 24 Dec 2020 12:58:47 -0800 Subject: [PATCH] Fix speling in README (cherry picked from commit 7b3376021b47e2a9bfe20a1e792c9b6e28a6dbcf) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da709db..86b92c4 100644 --- a/README.md +++ b/README.md @@ -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