From e1cc2b106fe22ce04d45955bd4b5d11e6ed740e0 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 13 Jun 2021 17:06:52 +0200 Subject: [PATCH] Fixing code typo --- logging/monolog_email.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/monolog_email.rst b/logging/monolog_email.rst index 77a27cea9cd..37a4e23ece4 100644 --- a/logging/monolog_email.rst +++ b/logging/monolog_email.rst @@ -114,7 +114,7 @@ it is broken down. ; $monolog->handler('deduplicated') - ->type('deduplicated') + ->type('deduplication') ->handler('symfony_mailer'); $monolog->handler('symfony_mailer')