From f0c6cb13850a5d434502297be47fcd726c1dfe33 Mon Sep 17 00:00:00 2001 From: Jeremy Pinnix Date: Wed, 11 Sep 2019 14:55:12 -0500 Subject: [PATCH] Single spelling correction --- docs/advanced_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_configuration.md b/docs/advanced_configuration.md index a20a2f2..0fd1fe4 100644 --- a/docs/advanced_configuration.md +++ b/docs/advanced_configuration.md @@ -94,7 +94,7 @@ end ### Match Actions in Rails -Instead of matching the URL with complex regex, it can be much easier to mach specific controller actions: +Instead of matching the URL with complex regex, it can be much easier to match specific controller actions: ```ruby Rack::Attack.safelist('unlimited requests') do |request|