Skip to content

Commit 31de8bc

Browse files
committed
bug #19941 [Notifier] Fixes typo (mvhirsch)
This PR was submitted for the 6.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Notifier] Fixes typo <!-- 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 `7.x` for features of unreleased versions). --> I'm targeting 6.1, because this introduced the typo. Commits ------- ec6b103 fixes typo
2 parents 37a4f91 + ec6b103 commit 31de8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ The default behavior for browser channel notifications is to add a
944944
However, you might prefer to map the importance level of the notification to the
945945
type of flash message, so you can tweak their style.
946946

947-
you can do that by overriding the default ``notifier.flash_message_importance_mapper``
947+
You can do that by overriding the default ``notifier.flash_message_importance_mapper``
948948
service with your own implementation of
949949
:class:`Symfony\\Component\\Notifier\\FlashMessage\\FlashMessageImportanceMapperInterface`
950950
where you can provide your own "importance" to "alert level" mapping.

0 commit comments

Comments
 (0)