Skip to content

Commit 6a4f6c8

Browse files
authored
Fix typo in 'How to Configure Monolog to Email Errors'
1 parent ca5f575 commit 6a4f6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/monolog_email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ is then passed onto the ``deduplicated`` handler.
141141
The ``deduplicated`` handler keeps all the messages for a request and then
142142
passes them onto the nested handler in one go, but only if the records are
143143
unique over a given period of time (60 seconds by default). If the records are
144-
duplicates they are discarded. Adding this handler reduces the amount of
144+
duplicated they are discarded. Adding this handler reduces the amount of
145145
notifications to a manageable level, specially in critical failure scenarios.
146146
You can adjust the time period using the ``time`` option:
147147

0 commit comments

Comments
 (0)