Skip to content

Commit da6d702

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix typo in 'How to Configure Monolog to Email Errors'
2 parents 53c7305 + 63906f3 commit da6d702

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
@@ -146,7 +146,7 @@ is then passed onto the ``deduplicated`` handler.
146146
The ``deduplicated`` handler keeps all the messages for a request and then
147147
passes them onto the nested handler in one go, but only if the records are
148148
unique over a given period of time (60 seconds by default). If the records are
149-
duplicates they are discarded. Adding this handler reduces the amount of
149+
duplicated they are discarded. Adding this handler reduces the amount of
150150
notifications to a manageable level, specially in critical failure scenarios.
151151
You can adjust the time period using the ``time`` option:
152152

0 commit comments

Comments
 (0)