Skip to content

Commit 35da303

Browse files
committed
minor #13866 Fix typo in 'How to Configure Monolog to Email Errors' (jeroennoten)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo in 'How to Configure Monolog to Email Errors' <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6a4f6c8 Fix typo in 'How to Configure Monolog to Email Errors'
2 parents ca5f575 + 6a4f6c8 commit 35da303

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)