We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53c7305 + 63906f3 commit da6d702Copy full SHA for da6d702
logging/monolog_email.rst
@@ -146,7 +146,7 @@ is then passed onto the ``deduplicated`` handler.
146
The ``deduplicated`` handler keeps all the messages for a request and then
147
passes them onto the nested handler in one go, but only if the records are
148
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
+duplicated they are discarded. Adding this handler reduces the amount of
150
notifications to a manageable level, specially in critical failure scenarios.
151
You can adjust the time period using the ``time`` option:
152
0 commit comments