Skip to content

Commit 63ab8ce

Browse files
committed
minor #9957 Fixed minor typo (axzx)
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes #9957). Discussion ---------- Fixed minor typo <!-- 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 ------- b464b31 Fixed typo
2 parents 410389b + b464b31 commit 63ab8ce

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
@@ -17,7 +17,7 @@ it is broken down.
1717
# app/config/config_prod.yml
1818
monolog:
1919
handlers:
20-
mail:
20+
main:
2121
type: fingers_crossed
2222
# 500 errors are logged at the critical level
2323
action_level: critical

0 commit comments

Comments
 (0)