8000 minor #17705 Fix: Typos (OskarStark) · symfony/symfony-docs@0476f31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0476f31

Browse files
committed
minor #17705 Fix: Typos (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- Fix: Typos Spotted in * #17576 Commits ------- b93967a Fix: Typos
2 parents 59943cf + b93967a commit 0476f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ or directly via PHP attributes:
307307
<services>
308308
<service id="App\CommandBus">
309309
<argument type="service_locator">
310-
<argument key="App\FooCommand" type="service" id="sapp.command_handler.foo"/>
311-
<argument key="App\BarCommandr" type="service" id="app.command_handler.bar"/>
310+
<argument key="App\FooCommand" type="service" id="app.command_handler.foo"/>
311+
<argument key="App\BarCommand" type="service" id="app.command_handler.bar"/>
312312
<!-- if the element has no key, the ID of the original service is used -->
313313
<argument type="service" id="app.command_handler.baz"/>
314314
</argument>

0 commit comments

Comments
 (0)
0