Skip to content

Commit 210f9c1

Browse files
committed
minor #16741 [Security] Fix tag attribute in event XML example (jontjs)
This PR was submitted for the 6.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Security] Fix tag attribute in event XML example This corrects the spelling of the "dispatcher" attribute (from "dispacher"). Commits ------- 979bf2a Fix tag attribute in event XML example
2 parents f679e20 + 979bf2a commit 210f9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2561,7 +2561,7 @@ for these events.
25612561
25622562
<service id="App\EventListener\CustomLogoutSubscriber">
25632563
<tag name="kernel.event_subscriber"
2564-
dispacher="security.event_dispatcher.main"
2564+
dispatcher="security.event_dispatcher.main"
25652565
/>
25662566
</service>
25672567
</services>

0 commit comments

Comments
 (0)