Skip to content

Commit 6a79b52

Browse files
committed
fix: resolve confusing typo in php config example
1 parent 840bff0 commit 6a79b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logging/monolog_email.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ You can adjust the time period using the ``time`` option:
180180
// ...
181181
182182
$monolog->handler('deduplicated')
183-
->type('deduplicated')
183+
->type('deduplication')
184184
// the time in seconds during which duplicate entries are discarded (default: 60)
185185
->time(10)
186186
->handler('symfony_mailer')
@@ -304,7 +304,7 @@ get logged on the server as well as the emails being sent:
304304
;
305305
306306
$monolog->handler('deduplicated')
307-
->type('deduplicated')
307+
->type('deduplication')
308308
->handler('symfony_mailer')
309309
;
310310

0 commit comments

Comments
 (0)