Skip to content

Commit 8c0ce5c

Browse files
committed
minor #13313 s/with/within in logging/monolog_email.rst (jschaedl)
This PR was merged into the 3.4 branch. Discussion ---------- s/with/within in logging/monolog_email.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 ------- 3cd9997 s/with/within
2 parents 26b54b4 + 3cd9997 commit 8c0ce5c

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
@@ -4,7 +4,7 @@
44
How to Configure Monolog to Email Errors
55
========================================
66

7-
`Monolog`_ can be configured to send an email when an error occurs with an
7+
`Monolog`_ can be configured to send an email when an error occurs within an
88
application. The configuration for this requires a few nested handlers
99
in order to avoid receiving too many emails. This configuration looks
1010
complicated at first but each handler is fairly straightforward when

0 commit comments

Comments
 (0)